This commit is contained in:
Szymon Bartanowicz 2024-05-14 21:46:15 +02:00
parent 9c578e17b3
commit 8fd726c5a7

4
Jenkinsfile vendored
View File

@ -29,8 +29,8 @@ pipeline {
}
}
steps {
sh "chmod +x model.py"
sh "python3 model.py ${params.EPOCHS}"
sh "chmod +x ./app/model.py"
sh "python3 ./app/model.py ${params.EPOCHS}"
archiveArtifacts artifacts: 'powerlifting_model.h5', onlyIfSuccessful: true
}
}