debug push
This commit is contained in:
parent
2ad0cf70c3
commit
cba8461a38
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -28,10 +28,11 @@ pipeline {
|
||||
{
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}" ]) {
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}"]) {
|
||||
sh "chmod 777 ./script.sh"
|
||||
sh './script.sh'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('archive artifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user