jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-6483] Renaming a downstream job should update triggers referring to that job
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
Steps to reproduce:
1. Create Job A.
2. Create Job B.
3. Set up a trigger in Job A that builds Job B.
4. Rename Job B to Job C.
Expected result:
The trigger in Job A referring to Job B will be automatically updated so that it continues to work, now referring to Job C.
Actual result:
The trigger in Job A still refers to the defunct Job B. It must be manually edited to continue working.
---
Originally reported by
malfunction84, imported from: Renaming a downstream job should update triggers referring to that job
Raw content of original issue
Steps to reproduce:
1. Create Job A.
2. Create Job B.
3. Set up a trigger in Job A that builds Job B.
4. Rename Job B to Job C.Expected result:
The trigger in Job A referring to Job B will be automatically updated so that it continues to work, now referring to Job C.Actual result:
The trigger in Job A still refers to the defunct Job B. It must be manually edited to continue working.
environment
```
apache-tomcat-7.0.34
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 3
```
Contributor guide
Assessment
This issue has not been assessed yet.