IUM_7
This commit is contained in:
parent
d7be18b9f6
commit
42f90164aa
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -56,16 +56,16 @@ pipeline {
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'chmod +x sacred/sacred_training_model.py'
|
||||
sh 'python3 sacred/sacred_training_model.py'
|
||||
}
|
||||
steps {
|
||||
sh 'chmod +x sacred/sacred_training_model.py'
|
||||
sh 'python3 sacred/sacred_training_model.py'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Archive Artifacts from Experiments') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'sacred_runs/**/*.*', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user