Re: setting build name while job is running using build-name-setter plugin

2016-08-05 Thread Ioannis Moutsatsos
Have a look here: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build This should get you started On Tuesday, August 2, 2016 at 2:09:16 AM UTC-4, sivarajesh jarugula wrote: > > I have a jenkins page with multiple users running jobs simultaneously > the jenkins page can be logged in

Re: setting build name while job is running using build-name-setter plugin

2016-08-04 Thread sivarajesh jarugula
Hi Loannis, Can you elaborate more on how to do this? where do I assign it? in the executable shell? Thanks, SIva Rajesh On Thu, Aug 4, 2016 at 5:20 PM, Ioannis Moutsatsos wrote: > I would assign the user ID to a build parameter. Then it would be > available before the

Re: setting build name while job is running using build-name-setter plugin

2016-08-04 Thread Ioannis Moutsatsos
I would assign the user ID to a build parameter. Then it would be available before the build starts On Tuesday, August 2, 2016 at 2:09:16 AM UTC-4, sivarajesh jarugula wrote: > > I have a jenkins page with multiple users running jobs simultaneously > the jenkins page can be logged in using LDAP

setting build name while job is running using build-name-setter plugin

2016-08-02 Thread sivarajesh jarugula
I have a jenkins page with multiple users running jobs simultaneously the jenkins page can be logged in using LDAP user accounts. while jobs are running from multiple users, I would like to see the username in each build number this helps users does not kill the job IDs of other users (is there