Docker Hack Day contribution

2014-11-03 Thread nicolas de loof
Hi folks, during Docker Global Hack Day I worked with Yoann on a Docker+Jenkins plugin : https://wiki.jenkins-ci.org/display/JENKINS/Oki+docki+plugin see https://www.docker.com/community/globalhackday#16 If you like it, please vote for it

Re: [Email-ext] Resolving email address from Cause.UserIdCause

2014-11-03 Thread Stuart Rowe
BTW, it looks like this PR: https://github.com/jenkinsci/build-flow-plugin/pull/53 will fix this properly so no more hacky scripts will be needed On Saturday, 1 November 2014 00:21:02 UTC-7, Nick Dierauf wrote: > > Thanks Stuart! > Nick. > > On Wednesday, October 29, 2014 12:43:56 PM UTC-7, Stua

workflow plugin error

2014-11-03 Thread kptishere
Hi, I've installed the beta version of Workflow plugin (https://github.com/jenkinsci/workflow-plugin) I created one Workflow job with the following DSL: def myClosures = [:] myClosures['Project1'] = { println "in myClosure of Project1"; run_on_node

Re: Jenkins email templates path

2014-11-03 Thread Slide
What is email-ext.groovy? If you haven't created your own email-ext.groovy file, then you should not use the script parameter at all. If you just have a template, you can use just the template parameter to the SCRIPT token. On Mon, Nov 3, 2014 at 9:54 AM, wrote: > > > i have created email-templa

Re: Jenkins email templates path

2014-11-03 Thread techie24by7
i have created email-templates directory but i get below errors *Script [email-ext.groovy] was not found in $JENKINS_HOME/email-templates.* Default Content = ${SCRIPT, script="email-ext.groovy", template="with_results.groovy"} my template code was saved in with_results.groovy in the path /

Re: Jenkins email templates path

2014-11-03 Thread Slide
It is not there by default if you haven't added any of your own templates. The built-in templates come from the plugin resources. You need to create that directory if you want to add your own templates. Thanks, slide On Mon, Nov 3, 2014 at 9:27 AM, wrote: > Hello All, > > I have jenkins email

Jenkins email templates path

2014-11-03 Thread techie24by7
Hello All, I have jenkins email ext plugin installed but i am not seeing the *email-templates *direcoty path* in /var/lib/jenkins.* Could you suggest me. Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gro

Re: Configure concurrent builds per node ?

2014-11-03 Thread kptishere
yes, I wasn't aware about configuring "# of executors" for a node. I tried that and it works perfectly. Thanks much for your quick response! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Configure-concurrent-builds-per-node-tp4726068p4726166.html Sent from the Jenkins

Jenkins freeze

2014-11-03 Thread Ivan Kanis
Hello, We are running version 1.565.1. Jenkins freeze from time to time. We have pasted what we get in the log. It does not make much sense to me. Could someone advise please? Thank you in advance. SEVERE: Trying to unexport an object that's already unexported java.lang.IllegalStateException: I

is there plugin for selecting files with check boxs

2014-11-03 Thread techie24by7
Hello All, I have Robot framework ( testing frame work) plugin installed in jenkins, Robot frame work will use the *.tsv files to execute the test scenarios I want to the give the ability to user to select those *.tsv files from jenkins *Requirement description :* on linux server dir path i w

RE: Configure concurrent builds per node ?

2014-11-03 Thread Ginga, Dick
When you configure a node you provide a "# of executors". I would think that each node would run up to that number. Although I seem to remember something that Jenkins will not schedule what it sees as exactly the same job. In your case, since each parameter is different, you should not be hittin

RE: Jenkins on Windows: BSoD and Fortify

2014-11-03 Thread j.g.wessels
Hello Chris, Thanks for your reply. We have already seen the message in the Manage Jenkins main screen. Also there seems to be a solution for the Jenkins Fortify plugin. HP has added the plugin in the latest version of Fortify: HP Fortify 4.21. Regards, Gerrit -Oorspronkelijk bericht---

Re: How can I get a job to fail when a regex does not matches the output?

2014-11-03 Thread Sahil Minocha
Hi Nux, Thanks for the reply. This logic worked for me. Though I might not rely on Files/IO for the job output, however I have used the same approach with System variables and worked fine for me. For best output, I would still be seeking if there is any plugin which permits the else condition as w