IUM_06 - fix models/Jenkinsfile
This commit is contained in:
parent
14cd86bec6
commit
bf552fd706
2
models/Jenkinsfile
vendored
2
models/Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "chmod +x ./create_model.py"
|
sh "chmod +x ./create_model.py"
|
||||||
sh "python3 ./create_model.py"
|
sh "python3 ./create_model.py"
|
||||||
archiveArtifacts artifacts: 'models/*', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'models/model.pth', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user