[JIRA] [build-name-setter-plugin] (JENKINS-33167) Build Name Setter Plugin doesn't update the build name during the build

2016-05-10 Thread leomich...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lev Mishin closed an issue as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33167 
 
 
 
  Build Name Setter Plugin doesn't update the build name during the build  
 
 
 
 
 
 
 
 
 

Change By:
 
 Lev Mishin 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-name-setter-plugin] (JENKINS-33167) Build Name Setter Plugin doesn't update the build name during the build

2016-04-24 Thread leomich...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lev Mishin resolved as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33167 
 
 
 
  Build Name Setter Plugin doesn't update the build name during the build  
 
 
 
 
 
 
 
 
 

Change By:
 
 Lev Mishin 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Not A Defect 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-name-setter-plugin] (JENKINS-33167) Build Name Setter Plugin doesn't update the build name during the build

2016-04-21 Thread leomich...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lev Mishin commented on  JENKINS-33167 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Name Setter Plugin doesn't update the build name during the build  
 
 
 
 
 
 
 
 
 
 
so it seems it is no a bug 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-name-setter-plugin] (JENKINS-33167) Build Name Setter Plugin doesn't update the build name during the build

2016-03-04 Thread ceej-jenk...@hillery.land (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Chris Hillery edited a comment on  JENKINS-33167 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Name Setter Plugin doesn't update the build name during the build  
 
 
 
 
 
 
 
 
 
 The separate build steps in a Jenkins job are executed sequentially, not in parallel. Adding an "Update build name" build step to set the build name from a file doesn't tell Jenkins to start monitoring that file for changes and immediately reflect them in the Jenkins GUI. The update won't happen until that build step is executed, which will be after your "Execute shell" step completes.If you want this to happen "during" your shell script build, you'll need to split the script into two parts. The first part could initialize things and put the desired build name into the file. Then you'd add an "Execute shell" step to run that part; add an "Update build name" step to set the build name in Jenkins; and finally add another "Execute shell" step to run the second script.Meanwhile this ticket can  problem  probably  be closed as "not a defect". 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-name-setter-plugin] (JENKINS-33167) Build Name Setter Plugin doesn't update the build name during the build

2016-03-03 Thread ceej-jenk...@hillery.land (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Chris Hillery commented on  JENKINS-33167 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Name Setter Plugin doesn't update the build name during the build  
 
 
 
 
 
 
 
 
 
 
The separate build steps in a Jenkins job are executed sequentially, not in parallel. Adding an "Update build name" build step to set the build name from a file doesn't tell Jenkins to start monitoring that file for changes and immediately reflect them in the Jenkins GUI. The update won't happen until that build step is executed, which will be after your "Execute shell" step completes. 
If you want this to happen "during" your shell script build, you'll need to split the script into two parts. The first part could initialize things and put the desired build name into the file. Then you'd add an "Execute shell" step to run that part; add an "Update build name" step to set the build name in Jenkins; and finally add another "Execute shell" step to run the second script. 
Meanwhile this ticket can problem be closed as "not a defect". 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-name-setter-plugin] (JENKINS-33167) Build Name Setter Plugin doesn't update the build name during the build

2016-02-25 Thread leomich...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lev Mishin commented on  JENKINS-33167 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Name Setter Plugin doesn't update the build name during the build  
 
 
 
 
 
 
 
 
 
 
What kind of build do you use? Do you check build name setter checkbox in pre build actions? 
Yes, 'any time' means during the build between any two steps 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-name-setter-plugin] (JENKINS-33167) Build Name Setter Plugin doesn't update the build name during the build

2016-02-25 Thread rra...@google.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Renuka Radhakrishnan created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33167 
 
 
 
  Build Name Setter Plugin doesn't update the build name during the build  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Lev Mishin 
 
 
 

Components:
 

 build-name-setter-plugin 
 
 
 

Created:
 

 25/Feb/16 11:49 PM 
 
 
 

Environment:
 

 Jenkins version : 1.647 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Renuka Radhakrishnan 
 
 
 
 
 
 
 
 
 
 
The instructions for the Build name setter plugin says "You also could set a build name at any point of the build process in order to do that just add a setter build step to your job". If I add this step, it updates only at the end of the build - either if the build completes or its aborted. I would expect 'any time' to be during the build.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment