modified Jenkinsfile

master
SLW\ARNAUA 2023-05-17 14:05:34 +02:00
parent 0b09663a5c
commit 7fe27579e0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
CN_PREPROD_API_TOKEN = credentials('CNPREPROD_TOKEN_VAR')
}
stages {
// stages {
stage('Fetch Repositories') {
steps {
parallel 'Checkout Repositories': {