Skip to content

Commit

Permalink
fix: wrong variable name use LOCAL_DEFAULTS_JSON here
Browse files Browse the repository at this point in the history
  • Loading branch information
zdtsw committed Oct 3, 2022
1 parent 15f1cd9 commit ec00359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/kick_off_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ node("worker") {
userRemoteConfigs = new JsonSlurper().parseText(USER_REMOTE_CONFIGS) as Map
}

String helperRef = DEFAULTS_JSON['repository']['helper_ref']
String helperRef = LOCAL_DEFAULTS_JSON['repository']['helper_ref']
library(identifier: "openjdk-jenkins-helper@${helperRef}")

try {
Expand Down

0 comments on commit ec00359

Please sign in to comment.