fix1
This commit is contained in:
parent
54d7a24c06
commit
7e7149bfb2
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -29,16 +29,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage("Check out from version control") {
|
||||
steps {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
stage("Shell Script") {
|
||||
steps {
|
||||
sh "chmod u+x ./startscript.sh"
|
||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript.sh"
|
||||
archiveArtifacts 'data.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user