Skip to content

Commit

Permalink
Make applyDefaultConfiguration final and package scope
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Kosta <[email protected]>
  • Loading branch information
wegoAndroid authored and mnonnenmacher committed Jun 25, 2019
1 parent 943ff24 commit 87d334d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class PipelineBuilder {
}
}

private applyDefaultConfiguration(PipelineJobBuilder jobBuilder) {
final applyDefaultConfiguration(PipelineJobBuilder jobBuilder) {
defaultConfiguration.each { key, value ->
if (jobBuilder.hasProperty(key) && jobBuilder.getProperty(key) == null) {
jobBuilder."${key}" = value
Expand Down

0 comments on commit 87d334d

Please sign in to comment.