remove sh script
This commit is contained in:
parent
6fe157ad5d
commit
b2b3ec453b
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -26,7 +26,6 @@ pipeline {
|
|||||||
stage("Shell Scripts") {
|
stage("Shell Scripts") {
|
||||||
steps {
|
steps {
|
||||||
// sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
|
// sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
|
||||||
sh './startscript1.sh'
|
|
||||||
sh 'python3 ./src/task1python.py'
|
sh 'python3 ./src/task1python.py'
|
||||||
archiveArtifacts 'data.txt'
|
archiveArtifacts 'data.txt'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user