Jenkinsfile fixes
gitea/vn-vmware/master There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2020-01-16 11:08:44 +01:00
parent 87bac4841e
commit 5f9d5fd7b8
1 changed files with 0 additions and 7 deletions

7
Jenkinsfile vendored
View File

@ -19,13 +19,6 @@ pipeline {
}
}
configFileProvider([
configFile(fileId: "${env.PROJECT_NAME}.groovy",
variable: 'GROOVY_FILE')
]) {
load env.GROOVY_FILE
}
sh 'printenv'
}
}