Jenkinsfile

This commit is contained in:
s460941 2020-04-03 13:07:44 +02:00
parent e7e550ca79
commit 5c486615a5

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
echo 'Hello!'
}
}
}