diff --git a/Jenkinsfile b/Jenkinsfile index 0e5a86a..bc4c779 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,8 @@ pipeline{ stage('Stage 1'){ steps{ echo 'Hello World!' + checkout: Check out from version control + sh: Shell Script } } }