fix script
This commit is contained in:
parent
a217a2f0e5
commit
c14c265125
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} ./startscript1.sh"
|
||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${env.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
|
||||
archiveArtifacts artifacts: 'data.txt'
|
||||
}
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
)
|
||||
sh "chmod u+x ./startscript2.sh"
|
||||
sh " ./startscript2.sh"
|
||||
archiveArtifacts 'num_lines.txt'
|
||||
archiveArtifacts artifacts: 'num_lines.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user