Build status for specific branch
See original GitHub issueHey there,
Is it possible have a place define a specific branch name which the badge status to be reflect on?
For example:
https://jenkins.gedmin.as/buildStatus/branchName/icon
Thanks.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:11
- Comments:12 (5 by maintainers)
Top Results From Across the Web
How to get branch specific build status with embeddable build ...
A temporary solution has been to have multiple projects in jenkins that filter what branches trigger builds and then show a status for...
Read more >Status Badge for all branches (latest build)
2) Status badge for the specific branch, it shows the status of the latest build that triggered by the specific branch.
Read more >Troubleshooting triggering a build for a specific branch.
I'm trying to trigger a build for a specific PR branch via the REST API, using the method described here:
Read more >Jenkins - How to build a specific branch on GitHub
Jenkins - How to build a specific branch on GitHub . Learn how to configure Jenkins to build automatically only if a push...
Read more >Using plan branches | Bamboo Data Center and Server 9.1
Use the Branch status page for quick access to plan branch information. ... You can override sent notification for builds for specific branch...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Furthermore: In the next release something like this will be possible:
....?job=job1&build=${params.BRANCH=master}
(provided there is a Build ParameterBRANCH
for the given job)v2.0 released