This commit is contained in:
s444501 2022-04-02 23:53:56 +02:00
parent 2fae3f05b5
commit a50ac85994

View File

@ -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"