test
This commit is contained in:
parent
2fae3f05b5
commit
a50ac85994
@ -21,6 +21,12 @@ pipeline {
|
||||
stage('Shell Script') {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444501-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}","KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}"]) {
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
sh './download.sh'
|
||||
}
|
||||
|
||||
sh 'chmod u+x ./stats.sh'
|
||||
//sh './stats.sh'
|
||||
sh "python ium-data.py"
|
||||
|
Loading…
Reference in New Issue
Block a user