edited Jenkinsfile

This commit is contained in:
Jakub Pogodziński 2021-03-24 13:35:53 +01:00
parent 608b49d87d
commit 85e4a6e33a

2
Jenkinsfile vendored
View File

@ -4,6 +4,8 @@ pipeline{
stage('Stage 1'){
steps{
echo 'Hello World!'
checkout: Check out from version control
sh: Shell Script
}
}
}