This commit is contained in:
Mateusz 2024-06-01 18:21:06 +02:00
parent 0ff7d1c06f
commit feef756ed0
1 changed files with 10 additions and 4 deletions

6
Jenkinsfile vendored
View File

@ -53,6 +53,12 @@ pipeline {
}
stage('Experiments') {
agent {
dockerfile {
reuseNode true
}
}
steps {
sh 'chmod +x sacred/sacred_train_evaluation.py'
sh 'python3 sacred/sacred_train_evaluation.py'