This commit is contained in:
AWieczarek 2024-06-11 19:45:02 +02:00
parent 25619cb914
commit 999c18f3d9

6
Jenkinsfile vendored
View File

@ -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'