train.Jenkinsfile fix
Some checks failed
s434784-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Sobkowiak 2021-05-16 16:07:21 +02:00
parent f01dad8596
commit f449b977c2

View File

@ -1,5 +1,6 @@
pipeline {
agent any;
stages{
stage('docker-training') {
steps {
script {
@ -11,4 +12,5 @@ pipeline {
}
}
}
}
}
}