IUM_06 - add datasets as artifacts in models/Jenkinsfile
This commit is contained in:
parent
5b6eadb3ce
commit
7a18968311
2
models/Jenkinsfile
vendored
2
models/Jenkinsfile
vendored
@ -50,7 +50,7 @@ pipeline {
|
||||
steps {
|
||||
sh "chmod +x ./create_model.py"
|
||||
sh "python3 ./create_model.py"
|
||||
archiveArtifacts artifacts: 'models/model.pth', onlyIfSuccessful: true
|
||||
archiveArtifacts artifacts: 'models/model.pth, datasets/*', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user