This commit is contained in:
Ufnow 2020-04-03 16:15:41 +02:00
parent 60131a423d
commit 037929565b

View File

@ -1,10 +0,0 @@
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
}