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

2019-07-10 Thread tuttu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Shah Chowdhury commented on  JENKINS-54763  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Branch name disappear after plugin upgrade (>= 2.26)   
 

  
 
 
 
 

 
 We need the Branch Names in the Raw Logs. We have various tools/log-formatters that parse through raw logs. Please put this back.  
 

  
 
 
 
 

 
 
 

 
 
 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.195569.1542867431000.7702.1562806380163%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


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

2018-11-27 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open Resolved  
 
 
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.
For more options, visit https://groups.google.com/d/optout.


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

2018-11-26 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
Labels: 
 pipeline plugin  triaged-2018-11  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


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

2018-11-26 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey assigned an issue to Jesse Glick  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
Assignee: 
 Jesse Glick  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[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"){