Dockerfile
This commit is contained in:
parent
f615296216
commit
f8e2639078
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -20,11 +20,9 @@ pipeline {
|
||||
stages {
|
||||
stage('Run create-dataset script') {
|
||||
steps {
|
||||
script {
|
||||
withEnv (["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
||||
sh 'chmod +x create-dataset.py'
|
||||
sh 'python3 ./create-dataset.py'
|
||||
}
|
||||
withEnv (["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
||||
sh 'chmod +x create-dataset.py'
|
||||
sh 'python3 ./create-dataset.py'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user