Re: How to deploy readily availble war file in JBOSS 6.x using Jenkins

2015-05-22 Thread MP Rocket
Hi Viktor, Thanks for providing me the inputs. I will try them and update you the status. Thanks again. Have nice time.. On Wednesday, May 20, 2015 at 3:22:34 AM UTC+5:30, Victor Martinez wrote: > Hi there, > > There are different strategies based on your build tools and stage > en

Re: [EC2 plugin] All nodes of label 'my_label' are offline

2015-05-22 Thread Simone Dalmasso
Thanks Thomas, yes I restricted by label and I get 1 slaves in label. And yes that was just a typo in the placeholder, if I start the node manually from /computer/ then the job builds with no issues. What makes me think of a bug is that when there was just one Node configured and one job using

Re: Jenkins Wallpapers?

2015-05-22 Thread Christopher Orr
Sounds like this one: https://wiki.jenkins-ci.org/display/JENKINS/Meme+Generator+Plugin On 22/05/15 07:21, Kavitha Bhaskaran wrote: Hi There: What plugin would give me different funny wallpapers on Jenkins server - builds' result page? http://apmblog.dynatrace.com/2013/11/27/continuous-perfor

Re: Run subjobs but disregard the result in the parent job

2015-05-22 Thread Brian Ray
Aha, yes the switch in my screenshot only satisfies the first part of 2. Downstream subjobs run but the parent job still is marked as FAILED--at least in the multijob I'm working with. There doesn't seem to be another switch to suppress the subjob's failure bubbling up to the overall status in

How can I get a promotion to run on the same host?

2015-05-22 Thread John Mellor
I have a problem where a build runs on one Jenkins machine, and then I do a manual promotion. The manual promotion runs on a different machine than the build that I am promoting, so of course the directories and files constructed by the build do not exist on the second machine. The promotion f

maven release timed out

2015-05-22 Thread Manivannan
Hi All, I'm trying to do a release for Jenkins-mesos plugin. But maven times out while uploading the plugin to http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/mesos/0.7.0/ [INFO] Uploading: http://maven.jenkins-ci.org:8081/content/repositories/releases/org/j

Re: [EC2 plugin] All nodes of label 'my_label' are offline

2015-05-22 Thread Suckow, Thomas J
Since this returns one and not zero, I am inclined to believe it is not the issue I was speaking of. It still could be, but it would be in a way I have not seen. The fact unlabeledNodeProvisioner returns 1 is still wrong, but in the worst case should unnecessarily spawn slaves. In your job co

Re: issues.jenkins-ci.org: No login possible

2015-05-22 Thread Arnaud Héritier
Fixed by Kohsuke few minutes ago Cheers On Fri, May 22, 2015 at 3:01 PM, Dirk Heinrichs < dirk.heinri...@recommind.com> wrote: > Hi, > > login to issues.jenkins-ci.org seems to be broken: > > "Sorry, a communication error occurred while trying to contact the remote > authentication server." >

How to make one parameter depend on another in a parameterized build ?

2015-05-22 Thread Milan Satpathy
Hi, In my build configuration, I want to add a multi-level build parameter. i.e. -MM-DD in a set of three drop-down menus. Here the range of my DD values should depend on the MM value. How to achieve this ? I tried to do it with extended-parameter-plugin (via property file), but like many

issues.jenkins-ci.org: No login possible

2015-05-22 Thread Dirk Heinrichs
Hi, login to issues.jenkins-ci.org seems to be broken: "Sorry, a communication error occurred while trying to contact the remote authentication server." Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *

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

2015-05-22 Thread Christian Flamm
> > Is there a way to make a job immediately stop do what he's doing after > setting the builld result? > Ideas anyone? -- 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 a

Re: Jenkins Wallpapers?

2015-05-22 Thread steliosP
You can use this plugin https://wiki.jenkins-ci.org/display/JENKINS/Simple+Theme+Plugin and create your custom appearance using css and JS. On Friday, May 22, 2015 at 8:21:13 AM UTC+3, Kavitha Bhaskaran wrote: > > Hi There: > > What plugin would give me different funny wallpapers on Jenkins serve