From 408bd2e28f142edadfc8ce503e97f121846844ca Mon Sep 17 00:00:00 2001 From: lenape Date: Sun, 3 Aug 2025 13:25:48 +0000 Subject: [PATCH] automated terminal push --- infrastructure/foundation/Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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