Zaktualizuj 'Jenkinsfile.md'

This commit is contained in:
Monika Janocha 2020-04-03 12:12:27 +00:00
parent 38222a69bc
commit 9a89b5e022
2 changed files with 10 additions and 0 deletions

10
Jenkinsfile.md Normal file
View File

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

View File