fix script
This commit is contained in:
parent
65bb1a506b
commit
a217a2f0e5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -26,7 +26,7 @@ pipeline {
|
||||
stage("Shell Scripts") {
|
||||
steps {
|
||||
sh "chmod u+x ./startscript1.sh"
|
||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${env.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
|
||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${env.KAGGLE_KEY} ${CUTOFF} ./startscript1.sh"
|
||||
archiveArtifacts artifacts: 'data.txt'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user