train.Jenkinsfile fix
Some checks failed
s434784-training/pipeline/head There was a failure building this commit
Some checks failed
s434784-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f01dad8596
commit
f449b977c2
@ -1,5 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any;
|
agent any;
|
||||||
|
stages{
|
||||||
stage('docker-training') {
|
stage('docker-training') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@ -12,3 +13,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user