forked from LiveCarta/LiveCartaWP
Included folder properties to inject base env variables
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user