fix typo
This commit is contained in:
parent
4d70607765
commit
4c7b53dfd9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -16,7 +16,6 @@ pipeline {
|
||||
sh 'rm -rf artifacts'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
@ -24,5 +23,6 @@ pipeline {
|
||||
sh 'bash ./get_dataset.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user