[JIRA] (JENKINS-62058) Display newlines in build description

2020-04-26 Thread patrick.sch...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Patrick Scherz stopped work on  JENKINS-62058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Patrick Scherz  
 
 
Status: 
 In Progress Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.205957.1587930776000.17992.1587932400448%40Atlassian.JIRA.


[JIRA] (JENKINS-62058) Display newlines in build description

2020-04-26 Thread patrick.sch...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Patrick Scherz started work on  JENKINS-62058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Patrick Scherz  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.205957.1587930776000.17995.1587932400637%40Atlassian.JIRA.


[JIRA] (JENKINS-62058) Display newlines in build description

2020-04-26 Thread patrick.sch...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Patrick Scherz started work on  JENKINS-62058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Patrick Scherz  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.205957.1587930776000.17988.1587930840076%40Atlassian.JIRA.


[JIRA] (JENKINS-62058) Display newlines in build description

2020-04-26 Thread patrick.sch...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Patrick Scherz created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62058  
 
 
  Display newlines in build description   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Patrick Scherz  
 
 
Attachments: 
 image-2020-04-26-21-47-04-652.png, image-2020-04-26-21-47-33-578.png  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2020-04-26 19:52  
 
 
Environment: 
 At least BlueOcean versions since 1.21, but actually probably all.  
 
 
Labels: 
 user-experience  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Patrick Scherz  
 

  
 
 
 
 

 
 BlueOcean doesn't display newlines and HTML also always gets escaped, so there is no way to manually wrap lines in the build description. We are updating our currentBuild.description in the JenkinsFile with some path of an build artifact that is getting uploaded in the course of the build process. E.g. 

 

stage('upload') {
...
currentBuild.description += "Uploaded ${destination}\n";
}
 

 can result in a build description of: 

 

Uploaded /BUILDS/somet