Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
fb70f5ff1d
commit
aee038e95c
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -8,13 +8,6 @@ pipeline {
|
|||||||
copyArtifacts(projectName: 's452662-create-dataset', selector: lastSuccessful())
|
copyArtifacts(projectName: 's452662-create-dataset', selector: lastSuccessful())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Run'){
|
|
||||||
steps {
|
|
||||||
sh 'python sacred.py'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Save model') {
|
stage('Save model') {
|
||||||
steps{
|
steps{
|
||||||
archiveArtifacts 'model.h5'
|
archiveArtifacts 'model.h5'
|
||||||
|
Loading…
Reference in New Issue
Block a user