IUM_06
This commit is contained in:
parent
f6c7f5981e
commit
3d80335ede
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ pipeline {
|
|||||||
stage('Run train_model script') {
|
stage('Run train_model script') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x train_model.py'
|
sh 'chmod +x train_model.py'
|
||||||
sh 'python3 ./train_model.py ${params.LEARNING_RATE} ${params.EPOCHS}'
|
sh "python3 ./train_model.py ${params.LEARNING_RATE} ${params.EPOCHS}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user