fix stage

This commit is contained in:
s444417 2022-04-25 19:20:22 +02:00
parent 3a1848e8ac
commit 656dae57df

2
Jenkinsfile vendored
View File

@ -32,7 +32,9 @@ pipeline {
} }
} }
stage ('Starting train job') { stage ('Starting train job') {
steps {
build job: 's444417-training' build job: 's444417-training'
} }
} }
} }
}