Wiki Offline?

2015-05-12 Thread Steven Murphy
Hello, I am having issue loading the Jenkins Wiki https://wiki.jenkins-ci.org/ Is anyone else experiencing issues? Thanks, Steve -- 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 i

Re: Wiki Offline?

2015-05-12 Thread Hiteswar
Yes , it's not working from tokyo also . Regards Hiteswar > On May 12, 2558 BE, at 6:52 PM, Steven Murphy wrote: > > Hello, > > I am having issue loading the Jenkins Wiki > > https://wiki.jenkins-ci.org/ > > Is anyone else experiencing issues? > > Thanks, > Steve > -- > You received this

Re: Wiki Offline?

2015-05-12 Thread Ioannis Moutsatsos
or from Boston, USA... On Tuesday, May 12, 2015 at 5:52:25 AM UTC-4, Steven Murphy wrote: > > Hello, > > I am having issue loading the Jenkins Wiki > > https://wiki.jenkins-ci.org/ > > Is anyone else experiencing issues? > > Thanks, > Steve > -- You received this message because you are subscrib

Re: Can we store output of some script in some variable in jenkins ?

2015-05-12 Thread Ioannis Moutsatsos
You may want to check out the Active Choices plugin for script generated dynamic build parameters. Active Choices though uses Groovy Active Choices parameters are used as build parameters in a variety of ways. On Thursday, May

Re: Wiki Offline?

2015-05-12 Thread Christopher Orr
It was down, and now, thanks to Tyler, it's back up and running. Regards, Chris On 12/05/15 11:52, Steven Murphy wrote: Hello, I am having issue loading the Jenkins Wiki https://wiki.jenkins-ci.org/ Is anyone else experiencing issues? Thanks, Steve -- You received this message because yo

[workflow-plugin] Limiting a stage

2015-05-12 Thread boris
Hi, The plugin looks really good, but I have an issue. In our company we have a very active, parallel development cycle, so we queue quite a number of jobs into Jenkins. The workflow plugin could really clean and parallelize our pipeline, but we have some jobs that cannot be parallelized. Using

Re: Let running Jenkins job fail/succeed "from outside"?

2015-05-12 Thread swastika basu
Jenkins publishes the results in XML/Json format. Check for http://:/jenkins/job//api/xml or http://:/jenkins/job//api/ json?pretty=true , Search for color, it will change based on your job result. On Friday, 8 May 2015 05:13:55 UTC-4, Christian Flamm wrote: > > Hi, > > is there a way to tell a

Re: Let running Jenkins job fail/succeed "from outside"?

2015-05-12 Thread Daniel Beck
You should be able to use the Jenkins CLI for this (set-build-result command). It's intended to be used from a shell started by the build, so you'll need to recreate that environment (JOB_NAME and BUILD_NUMBER). On 08.05.2015, at 11:13, Christian Flamm wrote: > Hi, > > is there a way to tell

Re: Let running Jenkins job fail/succeed "from outside"?

2015-05-12 Thread Christian Flamm
Sounds good! Will try that! Am 12.05.2015 20:53 schrieb "Daniel Beck" : > You should be able to use the Jenkins CLI for this (set-build-result > command). It's intended to be used from a shell started by the build, so > you'll need to recreate that environment (JOB_NAME and BUILD_NUMBER). > > On 0

Re: ssh-agent : FATAL: Could not find a suitable ssh-agent provider

2015-05-12 Thread marcus . semblano
Hi guys! We are facing the same problem here and would like to ask for some help... We are trying to set up a master/slave environmet using Amazon ec2 Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Plugin) Here is the build log: Started by user anonymous Building in workspace /

UpdateSites Manager plugin fails with Jenkins 1.596.1+

2015-05-12 Thread Rafael Ribeiro Rezende
Hello, Since the Jenkins LTS 1.596.1 I'm having the following issue when using UpdateSites Manager plugin: SEVERE: ERROR: Signature verification failed in update site 'biouno-update-center' (show details)java.security.

Re: Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter compareLessThan java.lang.Object java.lang.Object

2015-05-12 Thread Rinaldo DiGiorgio
On Friday, April 24, 2015 at 1:29:19 AM UTC-4, Baptiste Mathus wrote: > > In the job, did you check "run in sandbox" ? > > 2015-04-15 23:07 GMT+02:00 Rinaldo DiGiorgio >: > >> Hi, >> >> I have configured workflow to use an anonymous git repository for the >> workflow script. I get the followi

Docker Plugin 0.9.0-RC1

2015-05-12 Thread Richard Bywater
Hi I've been playing with the latest RC1 version of the Docker Plugin to see if it fixes some of the issues I had previously. Overall it seems a bit more stable but it still doesn't seem to like starting more than one container for a particular Docker template/label. That is, if I have a template

Re: UpdateSites Manager plugin fails with Jenkins 1.596.1+

2015-05-12 Thread Daniel Beck
On 12.05.2015, at 23:40, Rafael Ribeiro Rezende wrote: > My first question would be: is this a bug in the Jenkins core or the > UpdateSites plugin should comply with the latest changes from the 1.596.1+? There's been a second code path for a while that doesn't use the postBack from the user's