Model script path fix

This commit is contained in:
MatOgr 2022-05-02 13:04:47 +02:00
parent 66a6fd501d
commit 16e4c0b97d

View File

@ -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 'python3 model.py -e $epochs $save_model' sh 'python3 scripts/model.py -e $epochs $save_model'
} }
} }
stage('Archive artifacts') { stage('Archive artifacts') {