diff --git a/Jenkinsfile b/Jenkinsfile index 43e1cdd..a03d495 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,5 @@ pipeline { - agent { - dockerfile { - filename 'Dockerfile' // Nome do Dockerfile (se for diferente, modifique aqui) - } - } + agent any stages { stage('Checkout') { checkout scm