Skip to content

JENKINS-47865: Fix returning a different upstream project - #115

Open
adrianlzt wants to merge 1 commit into
jenkinsci:masterfrom
adrianlzt:bug/wrong_upstream
Open

JENKINS-47865: Fix returning a different upstream project#115
adrianlzt wants to merge 1 commit into
jenkinsci:masterfrom
adrianlzt:bug/wrong_upstream

Conversation

@adrianlzt

Copy link
Copy Markdown

If we just compare the name we can return an upstream job with the same
name but which is not the correct one.
We need to compare the full name (foo/bar/job) to ensure that we are
returning the upstream job which has called this job.

If we just compare the name we can return an upstream job with the same
name but which is not the correct one.
We need to compare the full name (foo/bar/job) to ensure that we are
returning the upstream job which has called this job.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant