jenkinsci / jenkinsci/release-plugin
[JENKINS-43368] Subversion Tagging Plugin does not work with Release Plugin
- Dominant language
- Java
- Stars
- 24
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
If you configure "Subversion Tagging" as action "After successful release build" the build is not tagged.
Console output is:
Building on master in workspace /data/jenkins/jobs/SVN-Jenkins-Test/workspace
Updating
http://svn.local/svn/jenkins_test/trunk
at revision '2017-04-04T18:27:56.228 +0200'
At revision 3
No changes for
http://svn.local/svn/jenkins_test/trunk
since the previous build
Starting to tag
No Subversion tagging for unsuccessful build.
Finished: SUCCESS
If same configuration is used as post build action for the normal build, the repository is tagged correctly.
---
Originally reported by mschmidt_esd, imported from: Subversion Tagging Plugin does not work with Release Plugin
petehayes
Raw content of original issue
If you configure "Subversion Tagging" as action "After successful release build" the build is not tagged.
Console output is:
Building on master in workspace /data/jenkins/jobs/SVN-Jenkins-Test/workspace
Updating
http://svn.local/svn/jenkins_test/trunk
at revision '2017-04-04T18:27:56.228 +0200'
At revision 3No changes for
http://svn.local/svn/jenkins_test/trunk
since the previous build
Starting to tag
No Subversion tagging for unsuccessful build.
Finished: SUCCESS
If same configuration is used as post build action for the normal build, the repository is tagged correctly.
environment
```
Jenkins 2.46.1
Subversion Tagging Plugin 1.18
Release Plugin 2.6.1
```
Contributor guide
Assessment
This issue has not been assessed yet.