docker slave traceability question

2016-11-03 Thread jhavero
I've setup a docker slave using the Docker plugin. When the build runs it shows me the container id (114a23250a0c) : Started by user Building remotely on docker-114a23250a0c (docker-slave) in workspace /home/jenkins_slave/workspace/docker-test1 - How do I get it to outp

Re: DSL for Choice Parameter

2016-10-07 Thread jhavero
27;) icon('star-blue-e') // conditions { manual(promote_users, parameters { choiceParam('myParameterName', ['a', 'b', 'c'], 'my description') }) } On Friday, October 7, 2016

Re: DSL for Choice Parameter

2016-10-07 Thread jhavero
I am using jobdsl plugin 1.47. How does configure closure work. On Friday, October 7, 2016 at 9:03:38 AM UTC-7, Victor Martinez wrote: > > Hi there, > > > If you are talking about the jobdsl plugin: > > What version of the jobdsl plugin do you use? > > If you use 1.48+, if i recall correctly then

DSL for Choice Parameter

2016-10-07 Thread jhavero
Does anyone know the DSL for the Choice parameter for a promote. See attached screenshot. So far I have, promotion { name('promote') icon('gold-blue-e') // Promote conditions { manual(promote_users) } -- You received this message because

conditional builds within promote plugin

2016-01-22 Thread jhavero
I have the promoted builds plugin. From within it, I would - trigger/call jobA - if jobA success then trigger/call jobB - else trigger/call jobC Does anyone know how I can do this? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To uns

disable disk usage calculation

2015-11-12 Thread jhavero
I'm running Jenkins 1.616 and disk usage plugin 0.25. I would like to disable disk usage calculations after each build so I uncheck the "Enable calculation of ..." options from System Configuration however the disk space calculations are still happening. -- You received this message because y

Problems with Slave Setup Plugin

2015-01-19 Thread jhavero
I'm using Amazon EC2 plugin to spin up my slave and the Slave Setup Plugin to run some pre-launch scripts. For the pre-launch script I have "./pre-launch.sh" and for prepare script I have "./prepare.sh". I checked both these scripts are exiting 0 and are stored in the Jenkins home directory of t

force execution on promote

2014-06-05 Thread jhavero
We're using the Promoted Builds Plugin and found that if a user selects "force execution" on a promote and the promote fails or passes, no one including a user on the approvers list is able to re-execute the promotion. There is no re-execute button available. We're basically stuck and can't re-pr