Fix Jenkins config
This commit is contained in:
parent
6601a50cdc
commit
fcd2ba3164
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user