[JIRA] (JENKINS-57722) Build Name and Description Setter 2.0.0 does not change BUILD_DISPLAY_NAME

2019-05-28 Thread honza.k...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Klos closed an issue as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57722  
 
 
  Build Name and Description Setter 2.0.0 does not change BUILD_DISPLAY_NAME   
 

  
 
 
 
 

 
Change By: 
 Jan Klos  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199665.1559068607000.14228.1559069280285%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57722) Build Name and Description Setter 2.0.0 does not change BUILD_DISPLAY_NAME

2019-05-28 Thread honza.k...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Klos commented on  JENKINS-57722  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build Name and Description Setter 2.0.0 does not change BUILD_DISPLAY_NAME   
 

  
 
 
 
 

 
 Also at https://github.com/jenkinsci/build-name-setter-plugin/issues/45 - sorry about the duplicity, please close one of these as appropriate.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199665.1559068607000.14212.1559068980227%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57722) Build Name and Description Setter 2.0.0 does not change BUILD_DISPLAY_NAME

2019-05-28 Thread honza.k...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Klos created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57722  
 
 
  Build Name and Description Setter 2.0.0 does not change BUILD_DISPLAY_NAME   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Damian Szczepanik  
 
 
Components: 
 build-name-setter-plugin  
 
 
Created: 
 2019-05-28 18:36  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jan Klos  
 

  
 
 
 
 

 
 After an update to 2.178 (+plugins update), Build Name and Description Setter 2.0.0 does not change BUILD_DISPLAY_NAME env. variable when used in Execute Shell part of the job: Set Build Name + Set build name before build starts checked and Build Name value filled Execute shell: 

 

VERSION="${BUILD_DISPLAY_NAME}" 

 Working build on older version: 

 

13:37:03 First time build. Skipping changelog.
13:37:03 Set build name.
13:37:03 New build name is 'ns-11.10.4-137'
13:37:03 [ns-docker-gitlab] $ /bin/sh -xe /tmp/jenkins5134857411850746959.sh
13:37:03 + VERSION=ns-11.10.4-137
 

 2.178 + 2.0.0: 

 

11:11:52 First time build. Skipping changelog.
11:11:52 New run name is 'ns-11.11.0-143'
11:11:52 [ns-docker-gitlab] $ /bin/sh -xe /tmp/jenkins8791603508002973823.sh
11:11:52 + VERSION='#143'
 

 There seems to be a disco