Fix Jenkins config

This commit is contained in:
Wojciech Jarmosz 2021-03-28 18:18:45 +02:00
parent 6601a50cdc
commit fcd2ba3164

5
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent any
stages {
agent any
stages {
stage('Clone repo + run bash script') {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
@ -15,5 +15,4 @@ pipeline {
}
}
}
}
}