edited Jenkinsfile
This commit is contained in:
parent
608b49d87d
commit
85e4a6e33a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,6 +4,8 @@ pipeline{
|
||||
stage('Stage 1'){
|
||||
steps{
|
||||
echo 'Hello World!'
|
||||
checkout: Check out from version control
|
||||
sh: Shell Script
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user