[JIRA] (JENKINS-43252) lastSuccessfulRun URL should be relative

2017-03-30 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Vivek Pandey  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43252  
 
 
  lastSuccessfulRun URL should be relative   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Vivek Pandey  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-43252) lastSuccessfulRun URL should be relative

2017-03-30 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43252  
 
 
  lastSuccessfulRun URL should be relative   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/31 1:19 AM  
 
 
Labels: 
 technical-debt cloudbees-internal-steel  
 
 
Priority: 
  Major  
 
 
Reporter: 
 James Dumay  
 

  
 
 
 
 

 
 Scope 
 
lastSuccessfulRun URL is absolute 

 
"lastSuccessfulRun": "https://ci.blueocean.io/blue/rest/organizations/jenkins/pipelines/blueocean/branches/master/runs/815..." 

 
Make it relative: 

 

"lastSuccessfulRun": "/blue/rest/organizations/jenkins/pipelines/blueocean/branches/master/runs/815/",
 

 
 Notes There may be frontend help needed to fullfil this ticket.