-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.24
os: win 8.1
If a job triggers more downstream builds in "Build" phase and the jobs are renamed, only the first job is renamed in the upstream project.
steps to reproduce:
create job foo - content is indifferent
create job bar - content is indifferent
create job foobar with the following parameters
in Build phase insert "trigger/call builds on other projects" to call foo
add a new "trigger/call builds on other projects" to call bar
save the project
rename foo to foo2
rename bar to bar2
open the foobar project short info page (click the project from the list)
it shows the following subprojects:
static: foo2
unresolved: bar (actual result)
open job configuration screen (click to "configure"
navigate to triggered projects,
foo2 is ok
bar project contains a "no such project "bar" ... warning (actual result)
expected result: foobar contains call to bar2 (foo2 is contained wel)