Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove option to set project key globally (was broken) #226

Merged

Conversation

darxriggs
Copy link
Collaborator

@darxriggs darxriggs commented Apr 1, 2019

The project key feature was introduced in commit 04a09cc.

The implementation had two flaws:

  1. It contained projectKey in the Descriptor but did not provide this field in the UI (global.jelly).
  2. The getBuildKey() method only used the global project key in one place. When expanding macros, only the job specific key was used.

The project key feature was introduced in commit 04a09cc.

The implementation had two flaws:
1) It contained projectKey in the Descriptor but did not provide
   this field in the UI (global.jelly).
2) The getBuildKey() method only used the global project key in one place.
   When expanding macros, only the job specific key was used.
@scaytrase scaytrase merged commit 3c37adc into jenkinsci:release/1.x Apr 2, 2019
@scaytrase
Copy link
Member

thank you, @darxriggs !

@darxriggs darxriggs deleted the remove-global-project-key branch April 2, 2019 07:13
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.

2 participants