diff --git a/Jenkinsfile b/Jenkinsfile index 0eb39ac..732d434 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,5 @@ pipeline{ - agent { - docker { image 'ubuntu:latest' } - } + agent any stages{ stage('checkout: Check out from version control'){ steps{