[JIRA] (JENKINS-54763) Branch name disappear after plugin upgrade (>= 2.26)

2018-11-21 Thread s5u...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vern Sun updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54763  
 
 
  Branch name disappear after plugin upgrade (>= 2.26)   
 

  
 
 
 
 

 
Change By: 
 Vern Sun  
 

  
 
 
 
 

 
 In my case, the IP address(ok.png) cannot be displayed after the upgrade(ng.png).I know this is a compatibility issue, after 2.26.I just hope that this problem can be solved in the future.*Jenkinsfile*{code:java}stage('Release') {def progress = [:];progress['___10.168.2.164 甲'] = {node("nj-mes-man-prod"){ do_offline(1); do_deploy(); do_online(1) }}progress['__10.1.2.65 乙'] = {node("nj-mes-man-2-pe"){ do_offline(2); do_deploy(); do_online(2) }}progress['_10.1.2.164 丙'] = {node("nj-mes-man-3-pe"){ do_offline(3); do_deploy(); do_online(3) }}progress['__10.1.2.69 丁'] = {node("nj-mes-man-4-pe"){ do_offline(4); do_deploy(); do_online(4) }}parallel progress}{code}*Diff*{code :diff }% git di workflow-job-2.25 workflow-job-2.26-beta-1...(略)-String prefix = getBranchName(node);-if (prefix != null) { @@ - logger = new LogLinePrefixOutputFilter(getListener().getLogger(), "[" + prefix + "] ");-} else {- logger = getListener().getLogger();-}...(略){code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 

[JIRA] (JENKINS-54763) Branch name disappear after plugin upgrade (>= 2.26)

2018-11-21 Thread s5u...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vern Sun created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54763  
 
 
  Branch name disappear after plugin upgrade (>= 2.26)   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 ng.png, ok.png  
 
 
Components: 
 workflow-job-plugin  
 
 
Created: 
 2018-11-22 06:17  
 
 
Environment: 
 Jenkins ver. 2.138.3   
 
 
Labels: 
 plugin pipeline  
 
 
Priority: 
  Trivial  
 
 
Reporter: 
 Vern Sun  
 

  
 
 
 
 

 
 In my case, the IP address(ok.png) cannot be displayed after the upgrade(ng.png). I know this is a compatibility issue, after 2.26. I just hope that this problem can be solved in the future. Jenkinsfile 

 

stage('Release') {
def progress = [:];
progress['___10.168.2.164 甲'] = {
node("nj-mes-man-prod"){ do_offline(1); do_deploy(); do_online(1) }
}
progress['__10.1.2.65 乙'] = {
node("nj-mes-man-2-pe"){ do_offline(2); do_deploy(); do_online(2) }
}
progress['_10.1.2.164 丙'] = {
node("nj-mes-man-3-pe"){ do_offline(3); do_deploy(); do_online(3) }
}
progress['__10.1.2.69 丁'] = {
node("nj-mes-man-4-pe"){