Re: How to better manage cascading releases.

2013-03-10 Thread Andrei Pozolotin
*Jeff, Jeremy:** * update: 1) I released first version of the the plugin. https://github.com/barchart/barchart-jenkins-cascade-plugin/wiki 2) see if you can make sense out of it. 3) please file issues https://github.com/barchart/barchart-jenkins-cascade-plugin/iss

expose Jenkins at www.mycompany.com:8080 to ci.mycompany.com

2013-03-10 Thread KimSia Sim
Both www. and ci. are pointing to the same IP address using A records via my domain registrar. Jenkins is working perfectly at www.mycompany.com:8080. I have changed the default url under Configure Jenkins System to the new http://ci.mycompany.com I have also added a new nginx config file call

Foldable build parameters section

2013-03-10 Thread Sean Soh
Hi, I was wondering whether this is possible to do in Jenkins, either someone's already created something or it is something which I can extend Jenkins on. After a user clicks "Build now" in a project page, they are usually presented with a list of parameters to choose and configure before cli

Re: How to add the last successful job time in the email notification

2013-03-10 Thread Slide
The easiest way would be to use a groovy SCRIPT and do a loop on the build.previousBuild until you find the build you are looking for. If you want to use it in the email subject, you'd want to have the last line in the script be the content you want. ${SCRIPT, script="last-successful-build-info.gr

How to add the last successful job time in the email notification

2013-03-10 Thread olga
Hello, I have set email notifications using Email-ext plugin when job status is success or failure. When there is continous repated failure, I wanted to add last build successful time in the email subject. Any help is appreciated. Eg: build# 4 - Fail- 1/13/2013 - Add "last success