num lines fix

This commit is contained in:
s444417 2022-03-24 21:35:15 +01:00
parent 4942a7d77a
commit 976ce3dc4f

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
} }
stage("Shell Scripts") { stage("Shell Scripts") {
steps { steps {
sh "chmod u+x ./startscript.sh" sh "chmod u+x ./startscript1.sh"
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh" sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
archiveArtifacts 'data.txt' archiveArtifacts 'data.txt'
} }