jenkinsci / jenkinsci/subversion-plugin
[JENKINS-6450] post-commit hook does no handle svn:externals
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
I've set up a post-commit hook that send a post request with the changed files (http://%HUDSON%/hudson/subversion/%UUID%/notifyCommit?rev=%REV%). It works fine except for changes in directories or files referenced via svn:externals. If something changes there, the project is no rebuild.
---
Originally reported by axelheider, imported from: post-commit hook does no handle svn:externals
Raw content of original issue
I've set up a post-commit hook that send a post request with the changed files (http://%HUDSON%/hudson/subversion/%UUID%/notifyCommit?rev=%REV%). It works fine except for changes in directories or files referenced via svn:externals. If something changes there, the project is no rebuild.
- environment:
Windows, Hudson V1.356, Subversion Plug-in V1.17, "Poll SCM" enabled and left empty
Contributor guide
Assessment
This issue has not been assessed yet.