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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
options {
|
||||||
|
withFolderProperties()
|
||||||
|
}
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
choice(
|
choice(
|
||||||
name: 'ENVIRONMENT',
|
name: 'ENVIRONMENT',
|
||||||
@@ -10,7 +16,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
// LC_IMG_TAG = "${mapBranchToEnv(env.BRANCH_NAME)}"
|
// LC_IMG_TAG = "${utils.mapBranchToEnv(env.BRANCH_NAME)}"
|
||||||
LC_IMG_TAG = 'qa_test'
|
LC_IMG_TAG = 'qa_test'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user