diff --git a/Jenkinsfile b/Jenkinsfile index 461be16..8669966 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,12 @@ +@Library('utils') _ + pipeline { agent any + options { + withFolderProperties() + } + parameters { choice( name: 'ENVIRONMENT', @@ -10,7 +16,7 @@ pipeline { } environment { - // LC_IMG_TAG = "${mapBranchToEnv(env.BRANCH_NAME)}" + // LC_IMG_TAG = "${utils.mapBranchToEnv(env.BRANCH_NAME)}" LC_IMG_TAG = 'qa_test' }