Jenkinsfile fixes
gitea/vn-vmware/master There was a failure building this commit
Details
gitea/vn-vmware/master There was a failure building this commit
Details
This commit is contained in:
parent
87bac4841e
commit
5f9d5fd7b8
|
@ -19,13 +19,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
configFileProvider([
|
||||
configFile(fileId: "${env.PROJECT_NAME}.groovy",
|
||||
variable: 'GROOVY_FILE')
|
||||
]) {
|
||||
load env.GROOVY_FILE
|
||||
}
|
||||
|
||||
sh 'printenv'
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue