jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-47215] Include/passthrough Upstream SVN Revisons doesn't work if a job is rebuild
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
One job is configured to trigger another job using "Build other project (manual step) and option "Include/passthrough Upstream SVN Revisons" is set. Both jobs check out the same SVN repository.
If I trigger the first job, change the SVN repository (revision is increased) then trigger the second job, the second job uses SVN revision from first job correctly.
However if I rebuild the second job, it uses the latest SVN revision now instead of revision used by first job.
---
Originally reported by s_hildwein, imported from: Include/passthrough Upstream SVN Revisons doesn't work if a job is rebuild
Raw content of original issue
One job is configured to trigger another job using "Build other project (manual step) and option "Include/passthrough Upstream SVN Revisons" is set. Both jobs check out the same SVN repository.
If I trigger the first job, change the SVN repository (revision is increased) then trigger the second job, the second job uses SVN revision from first job correctly.
However if I rebuild the second job, it uses the latest SVN revision now instead of revision used by first job.
environment
```
Jenkins 2.78
Parameterized Trigger plugin 2.35.2
```
Contributor guide
Assessment
This issue has not been assessed yet.