This commit is contained in:
s434732 2021-03-28 19:54:29 +02:00
commit 4a6d49fe03
2 changed files with 0 additions and 10 deletions

View File

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