IUM_7
This commit is contained in:
parent
25619cb914
commit
999c18f3d9
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -50,6 +50,12 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Sacred') {
|
stage('Sacred') {
|
||||||
|
agent {
|
||||||
|
dockerfile {
|
||||||
|
filename 'Dockerfile'
|
||||||
|
reuseNode true
|
||||||
|
}
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x sacred/sacred_training_model.py'
|
sh 'chmod +x sacred/sacred_training_model.py'
|
||||||
sh 'python3 sacred/sacred_training_model.py'
|
sh 'python3 sacred/sacred_training_model.py'
|
||||||
|
Loading…
Reference in New Issue
Block a user