diff --git a/Jenkinsfile b/Jenkinsfile index 94b8f70..d2da1bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { CN_PREPROD_API_TOKEN = credentials('CNPREPROD_TOKEN_VAR') } - stages { + // stages { stage('Fetch Repositories') { steps { parallel 'Checkout Repositories': {