diff --git a/infrastructure/foundation/Jenkinsfile b/infrastructure/foundation/Jenkinsfile index dafc79f..ae0b1ec 100644 --- a/infrastructure/foundation/Jenkinsfile +++ b/infrastructure/foundation/Jenkinsfile @@ -64,6 +64,7 @@ pipeline { SONAR_PROJECT_VERSION = "${BUILD_NUMBER}" } + stages { stage('🔍 Checkout & Validation') { steps { echo "=== Enterprise CI/CD Foundation Layer Pipeline ===" @@ -873,4 +874,5 @@ Type 'DESTROY' exactly to confirm: ''' } } - } \ No newline at end of file + } +} \ No newline at end of file