From 85d4c90aeb6cf0c04fb33811ea6546f6d7a762ac Mon Sep 17 00:00:00 2001 From: Marco Santos Date: Fri, 27 Sep 2024 20:00:37 +0100 Subject: [PATCH] teste2 --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) 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...'