[JIRA] (JENKINS-38300) Pull requests within a Github org folder / Bitbucket team not displaying

2016-09-18 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38300  
 
 
  Pull requests within a Github org folder / Bitbucket team not displaying   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0-b07/b08  
 

  
 
 
 
 

 
 
 

 
 
 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 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-38300) Pull requests within a Github org folder / Bitbucket team not displaying

2016-09-17 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-38300  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pull requests within a Github org folder / Bitbucket team not displaying   
 

  
 
 
 
 

 
 Its a regression for nested multibranch project. pipeline 'jenkins' is nested inside 'Core' folder. UI seems to be sending wrong URL to fetch run details of branch, https://ci.jenkins.io/blue/rest/organizations/jenkins/pipelines/jenkins/branches/PR-2549/runs/1/. Its missing 'core' folder in the path. Correct URL is: https://ci.jenkins.io/blue/rest/organizations/jenkins/pipelines/core/pipelines/jenkins/branches/PR-2549/runs/1/. 'self' links are generated correctly, GET on https://ci.jenkins.io/blue/rest/organizations/jenkins/pipelines/Core/jenkins/branches/?filter=pull-requests=0=26 gives: 

 

{
  "_class": "io.jenkins.blueocean.rest.impl.pipeline.BranchImpl",
  "_links": {
"queue": {
  "_class": "io.jenkins.blueocean.rest.hal.Link",
  "href": "/blue/rest/organizations/jenkins/pipelines/Core/pipelines/jenkins/branches/PR-2549/queue/"
},
"self": {
  "_class": "io.jenkins.blueocean.rest.hal.Link",
  "href": "/blue/rest/organizations/jenkins/pipelines/Core/pipelines/jenkins/branches/PR-2549/"
},
"activities": {
  "_class": "io.jenkins.blueocean.rest.hal.Link",
  "href": "/blue/rest/organizations/jenkins/pipelines/Core/pipelines/jenkins/branches/PR-2549/activities/"
},
"runs": {
  "_class": "io.jenkins.blueocean.rest.hal.Link",
  "href": "/blue/rest/organizations/jenkins/pipelines/Core/pipelines/jenkins/branches/PR-2549/runs/"
},
"actions": {
  "_class": "io.jenkins.blueocean.rest.hal.Link",
  "href": "/blue/rest/organizations/jenkins/pipelines/Core/pipelines/jenkins/branches/PR-2549/actions/"
}
  },
  "actions":[...],
  "displayName": "PR-2549",
  "estimatedDurationInMillis": -1,
  "fullName": "Core/jenkins/PR-2549",
  "lastSuccessfulRun": null,
  "latestRun": {
"_class": "io.jenkins.blueocean.rest.impl.pipeline.PipelineRunImpl",
"_links": {
  "nodes": {
"_class": "io.jenkins.blueocean.rest.hal.Link",
"href": "/blue/rest/organizations/jenkins/pipelines/Core/pipelines/jenkins/branches/PR-2549/runs/1/nodes/"
  },
  "self": {
"_class": "io.jenkins.blueocean.rest.hal.Link",
"href": "/blue/rest/organizations/jenkins/pipelines/Core/pipelines/jenkins/branches/PR-2549/runs/1/"
  },
  "steps": {
"_class": "io.jenkins.blueocean.rest.hal.Link",
"href": "/blue/rest/organizations/jenkins/pipelines/Core/pipelines/jenkins/branches/PR-2549/runs/1/steps/"
  },
  "log": {
"_class": "io.jenkins.blueocean.rest.hal.Link",
"href": "/blue/rest/organizations/jenkins/pipelines/Core/pipelines/jenkins/branches/PR-2549/runs/1/log/"
  },
  "actions": {
"_class": "io.jenkins.blueocean.rest.hal.Link",
"href": "/blue/rest/organizations/jenkins/pipelines/Core/pipelines/jenkins/branches/PR-2549/runs/1/actions/"
  }
},
"actions": [...],
"artifacts": [],
"changeSet": [],
"durationInMillis": 0,
"enQueueTime": "2016-09-17T22:06:33.504+",
"endTime": null,
"estimatedDurationInMillis": -1,
"id": "1",
"organization": "jenkins",
"pipeline": "PR-2549",
"result": "UNKNOWN",
"runSummary": "?",
"startTime": "2016-09-17T22:06:33.505+",
"state": "RUNNING",
"type": "WorkflowRun",
"commitId": "d128e9b4a654cb6c98ab3c67df9229167098"
  },
  "name": "PR-2549",
  

[JIRA] (JENKINS-38300) Pull requests within a Github org folder / Bitbucket team not displaying

2016-09-17 Thread kzan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Keith Zantow created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38300  
 
 
  Pull requests within a Github org folder / Bitbucket team not displaying   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Keith Zantow  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Sep/17 4:25 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Keith Zantow  
 

  
 
 
 
 

 
 Issue not including the org / team folder name in the PR URL resulting in a 404  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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