diff --git a/Jenkinsfile b/Jenkinsfile index a03d495..23b3c5b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,6 @@ pipeline { agent any stages { - stage('Checkout') { - checkout scm - } stage('Build') { steps { echo 'Construindo o projeto...'