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 u

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 build starts > > On Tues

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-01 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 a

build-name-setter plugin: how to get a new build name value

2016-04-19 Thread Alex Domoradov
Hello, I'm using build-name-setter plugin with the following settings for Build name macro template v${BUILD_LOG_REGEX, regex="(.*)Current build number: ([0-9]\.[0-9]\.[0-9]+)(.*)", maxMatches=1, showTruncatedLines=false, substText="$2", addNewline=false}.b${BUI

Re: Build Name Setter plugin and Matrix projects (multi-config)

2014-11-11 Thread Jeannie Chan
day, November 5, 2012 12:17:49 PM UTC-8, Masariello wrote: > > Hi there > > I'm using the Build Name Setter plugin with a Matrix project to pick up a > version string from a build.properties file. > The right value of the version string is generated by my build script. > >

Build Name Setter Plugin

2013-04-26 Thread Igor Tiutiunnykov
Hey, I use Build Name Setter Plugin and Multiple SCMs. When I use ${GIT_BRANCH} as a parameter for Build Name it takes just the first git branch. Does somebody know how to set all git branches which I use in job as a Build Name? Thanks. -- You received this message because you are

Re: Build Name Setter plugin and Matrix projects (multi-config)

2012-11-05 Thread Masariello
ings before they are used as inputs by the Build Name Setter plugin? Thanks again!

Build Name Setter plugin and Matrix projects (multi-config)

2012-11-05 Thread Masariello
Hi there I'm using the Build Name Setter plugin with a Matrix project to pick up a version string from a build.properties file. The right value of the version string is generated by my build script. This is because we keep the MAJOR and MINOR version numbers in svn. The build scripts make

Re: Build Name Setter Plugin

2012-06-11 Thread طلال Anthony رابعة
Awesome, thanks for the info! Anthony On 2012-06-11, at 8:58 AM, cjo wrote: > Yes the build name setter does support this. > > > I just leave the Regular expression empty, so all builds get a name, and then > set the Description as one of the parameters passed in. > Though you might need t

Re: Build Name Setter Plugin

2012-06-11 Thread cjo
Yes the build name setter does support this. I just leave the Regular expression empty, so all builds get a name, and then set the Description as one of the parameters passed in. Though you might need to set for the Failed builds (under advanced) as well. This is also passed to down stream job

Build Name Setter Plugin

2012-06-11 Thread طلال Anthony رابعة
Hello! Could I set the value of a build name to a parameter passed in? I'm using the parameterized trigger plugin to call other jobs and it'd be nice to simply use one of those parameters directly. Cheers! Anthony