modified Jenkinsfile
parent
0b09663a5c
commit
7fe27579e0
|
|
@ -26,7 +26,7 @@ pipeline {
|
|||
CN_PREPROD_API_TOKEN = credentials('CNPREPROD_TOKEN_VAR')
|
||||
}
|
||||
|
||||
stages {
|
||||
// stages {
|
||||
stage('Fetch Repositories') {
|
||||
steps {
|
||||
parallel 'Checkout Repositories': {
|
||||
|
|
|
|||
Loading…
Reference in New Issue