Python → python3
This commit is contained in:
parent
153c75df2a
commit
66a6fd501d
@ -30,7 +30,7 @@ pipeline {
|
|||||||
stage('Model training') {
|
stage('Model training') {
|
||||||
steps {
|
steps {
|
||||||
sh "chmod +x -R ${env.WORKSPACE}"
|
sh "chmod +x -R ${env.WORKSPACE}"
|
||||||
sh 'python model.py -e $epochs $save_model'
|
sh 'python3 model.py -e $epochs $save_model'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user