Skip to content

Commit 0a0d9a6

Browse files
committed
Jenkinsfile fix
1 parent cc5b391 commit 0a0d9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pipeline {
9292
}
9393
}
9494
environment {
95-
RELEASE_ARGS = createReleaseArgs(params.RELEASE_VERSION, params.DEVELOPMENT_VERSION, params.DRY_RUN_RELEASE)
95+
RELEASE_ARGS = utils.createReleaseArgs(params.RELEASE_VERSION, params.DEVELOPMENT_VERSION, params.DRY_RUN_RELEASE)
9696
}
9797
steps {
9898
configFileProvider(

0 commit comments

Comments
 (0)