Jenkinsfile fixes
gitea/salix/test There was a failure building this commit
Details
gitea/salix/test There was a failure building this commit
Details
This commit is contained in:
parent
8ae89699fe
commit
c0996823c0
|
@ -47,14 +47,14 @@ pipeline {
|
|||
configFile(fileId: "salix.groovy",
|
||||
variable: 'ENV_FILE')
|
||||
]) {
|
||||
load env.ENV_FILE
|
||||
load "${env.ENV_FILE}"
|
||||
}
|
||||
|
||||
configFileProvider([
|
||||
configFile(fileId: "salix.${env.NODE_ENV}.groovy",
|
||||
variable: 'LOCAL_ENV_FILE')
|
||||
]) {
|
||||
load env.LOCAL_ENV_FILE
|
||||
load "${env.LOCAL_ENV_FILE}"
|
||||
}
|
||||
|
||||
sh 'printenv'
|
||||
|
|
Loading…
Reference in New Issue