jenkinsfile run py script
This commit is contained in:
parent
1d14e38cea
commit
0146b89897
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -27,6 +27,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "chmod u+x ./startscript1.sh"
|
sh "chmod u+x ./startscript1.sh"
|
||||||
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 './src/task1python.py'
|
||||||
archiveArtifacts 'data.txt'
|
archiveArtifacts 'data.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user