This commit is contained in:
Szymon Bartanowicz 2024-05-14 21:50:46 +02:00
parent 8fd726c5a7
commit 199980fdb9

4
Jenkinsfile vendored
View File

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