IUM_06 - fix models/Jenkinsfile

This commit is contained in:
Paweł Łączkowski 2024-04-19 10:46:26 +02:00
parent 14cd86bec6
commit bf552fd706
1 changed files with 1 additions and 1 deletions

2
models/Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
steps {
sh "chmod +x ./create_model.py"
sh "python3 ./create_model.py"
archiveArtifacts artifacts: 'models/*', onlyIfSuccessful: true
archiveArtifacts artifacts: 'models/model.pth', onlyIfSuccessful: true
}
}
}