[JIRA] (JENKINS-40027) REGRESSION: can't open paths that have / in the name (eg git flow)

2016-11-24 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40027  
 
 
  REGRESSION: can't open paths that have / in the name (eg git flow)   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 

  
 
 
 
 

 
 This is really bad. This is a terrible regression which there should have been ATH coverage (there is for folder paths). To reproduce: * Setup the github project: kzantow/failure project* Try to open feature/something branch To fix: * Ad an ATH that actually tests this * then fix it Will not open and will show up in log as: {noformat}http://localhost:8080/jenkins/blue/rest/organizations/jenkins/pipelines/keitha/branches/feature/something/runs/1/ Failed to load resource: the server responded with a status of 404 (Not Found)blueocean.js:1491 Uncaught (in promise) Error: Not Found(…){noformat}\it should instead be loading the encoded form of the feature/something   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsub

[JIRA] (JENKINS-40027) REGRESSION: can't open paths that have / in the name (eg git flow)

2016-11-24 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40027  
 
 
  REGRESSION: can't open paths that have / in the name (eg git flow)   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Nov/25 12:22 AM  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Michael Neale  
 

  
 
 
 
 

 
 This is really bad.  This is a terrible regression which there should have been ATH coverage (there is for folder paths).  To reproduce:  
 
Setup the github project: kzantow/failure project 
Try to open feature/something branch 
 Will not open and will show up in log as:  

 
http://localhost:8080/jenkins/blue/rest/organizations/jenkins/pipelines/keitha/branches/feature/something/runs/1/ Failed to load resource: the server responded with a status of 404 (Not Found)
blueocean.js:1491 Uncaught (in promise) Error: Not Found(…)
 

 \ it should instead be loading the encoded form of the feature/something