Jenkins World 2017 Sponser Link is Insecure

2017-03-01 Thread Krunal Patel
Visiting https://www.cloudbees.com/jenkinsworld/home
and then clicking on "Become a Sponsor" gives "Your connection is not 
private".  Can the Webmaster look into this?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/33dd0b4e-5eca-4e80-8369-1e2a8ca24f54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


System groovy build step with support for external libraries via grab

2016-06-25 Thread Krunal Patel
hi.  Looking for some help regarding running build step "Run system groovy 
script".  I want the best of both worlds: get access to Jenkins JVM and all 
it's objects like "build" but also be able to Grab dependencies.  Whenever 
I try this, I get back "java.lang.NoClassDefFoundError: org/apache/ivy/Ivy 
at java.lang.Class.getDeclaredMethods0(Native Method)"

I've googled this extensively but havne't found a solid answer.  
 

I would hate to have to combine System groovy with non-system groovy build 
steps and transver data via properties.  I want to do it all in a single 
groovy script.  Is there a way on latest Jenkins to do so?


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b574da6f-b62a-4ad5-b846-9cfc5e4da506%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.