Skip to content

Commit

Permalink
Merge pull request #101 from timja/patch-1
Browse files Browse the repository at this point in the history
Remove static modifer
  • Loading branch information
oleg-nenashev authored Aug 13, 2019
2 parents 8fbea4f + 97a0b01 commit 53f30fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/buildPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ def call(Map params = [:]) {
}
}

static boolean hasDockerLabel() {
env?.NODE_LABELS?.contains("docker")
boolean hasDockerLabel() {
env.NODE_LABELS?.contains("docker")
}

static List<Map<String, String>> getConfigurations(Map params) {
Expand Down

0 comments on commit 53f30fa

Please sign in to comment.