-
Story
-
Resolution: Fixed
-
Major
-
-
1.0-m7
In Scope
- Empty states should provide a helpful message on the tabs if the branch or pull request builds are unsupported by the underlying job type
Branch tab
- Title: "Branches are unsupported for this job type"
- Description: "Branch builds only work with the <i>Multi-Branch Pipeline</i> job type. This is just one of the many reasons to switch to Jenkins Pipeline."
- Button
- Title "Learn more"
- Link https://jenkins.io/doc/book/pipeline-as-code/
Pull Requests tab
- Title: "Pull Requests are unsupported for this job type"
- Description: "Validated pull request builds only work with the <i>Multi-Branch Pipeline</i> job type. This is just one of the many reasons to switch to Jenkins Pipeline."
- Button
- Title "Learn more"
- Link https://jenkins.io/doc/book/pipeline-as-code/
- is duplicated by
-
JENKINS-35980 Branch and Pull Request Not Displaying
-
- Closed
-
- is related to
-
JENKINS-35994 Empty states do not show for freestyle jobs
-
- Closed
-
- relates to
-
JENKINS-35884 API for testing a entities capabilities for the UI
-
- Resolved
-
[JENKINS-35823] Developer should see a helpful message on the Branch or Pipeline tabs if job isn't supported
Epic Link | New: UX-79 [ 25277 ] |
Description |
New:
In Scope * Hide the branch and pipeline tabs of the Pipeline if the job is non-multi branch or is freestyle |
Description |
Original:
In Scope * Hide the branch and pipeline tabs of the Pipeline if the job is non-multi branch or is freestyle |
New:
In Scope * Hide the branch and pipeline tabs of the Pipeline if the job is non-multi branch or is freestyle. See [~vpandey]'s comments below. |
Workflow | Original: CloudBees Default Workflow [ 42202 ] | New: Product Backlog April 2016 v2 [ 43248 ] |
Status | Original: New [ 10200 ] | New: To Do [ 10003 ] |
Sprint | New: 1.0-m6 [ 16 ] |
Rank | New: Ranked higher |
vpandey imeredith WDYT about having some way of checking what features are available when requesting a pipeline
curl -v -X GET "http://localhost:8080/jenkins/blue/rest/organizations/jenkins/pipelines/test1"