fix jenkinsfile

This commit is contained in:
Mateusz Hinc 2019-11-18 18:10:04 +01:00
parent 1c77da3484
commit c8909689c0
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ pipeline {
}
}
stage('test') {
sh 'echo Hello World'
steps {
sh 'echo Hello World'
}
}
}
}