This commit is contained in:
Bartosz Szukała 2019-04-26 10:37:10 +02:00
parent 731670f926
commit 58736844e0

10
Jenkinsfile vendored
View File

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