jenkinsci / jenkinsci/git-plugin
[JENKINS-16646] Git push tag in case if build SUCCESS only, UNSTABLE result is not pushing a tag.
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
Git push tag only in case if build SUCCESS only, UNSTABLE result is not push a tag.
Since UNSTABLE status in general can be "stable" with warnings. Since compilation errors or something critical don't happens during build we need to have ability to push tag even build is unstable.
Possible fix I will push as pull request.
---
Originally reported by
vkravets, imported from: Git push tag in case if build SUCCESS only, UNSTABLE result is not pushing a tag.
Raw content of original issue
Git push tag only in case if build SUCCESS only, UNSTABLE result is not push a tag.
Since UNSTABLE status in general can be "stable" with warnings. Since compilation errors or something critical don't happens during build we need to have ability to push tag even build is unstable.
Possible fix I will push as pull request.
1 attachment
- [publish-only-if-ok.png](https://raw.githubusercontent.com/jenkinsci/attachments-from-jira-issues-last/refs/heads/main/attachments/27781/publish-only-if-ok.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.