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

Fix default value handling for archiveArtifacts and installArtifacts Boolean properties in customWARPackager() #128

Merged
merged 1 commit into from
Dec 30, 2019

Conversation

darxriggs
Copy link
Contributor

Using the elvis operator should be avoided for Booleans.

The value of installArtifacts has always been set to true, irrespective of the value configured in the YAML file.

Using the elvis operator should be avoided for Booleans.

The value of `installArtifacts` has always been set to `true`,
irrespective of the value configured in the YAML file.
Copy link
Contributor

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching!

@oleg-nenashev oleg-nenashev changed the title Fix default value handling for Boolean properties Fix default value handling for archiveArtifacts and installArtifacts Boolean properties Dec 30, 2019
@oleg-nenashev oleg-nenashev merged commit cfc92a2 into jenkins-infra:master Dec 30, 2019
@darxriggs darxriggs deleted the fix-default-value branch December 30, 2019 22:20
@oleg-nenashev oleg-nenashev changed the title Fix default value handling for archiveArtifacts and installArtifacts Boolean properties Fix default value handling for archiveArtifacts and installArtifacts Boolean properties in customWARPackager() Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants