automated terminal push

This commit is contained in:
lenape
2025-08-03 13:25:48 +00:00
parent 942dbfec9e
commit 408bd2e28f

View File

@@ -64,6 +64,7 @@ pipeline {
SONAR_PROJECT_VERSION = "${BUILD_NUMBER}" SONAR_PROJECT_VERSION = "${BUILD_NUMBER}"
} }
stages {
stage('🔍 Checkout & Validation') { stage('🔍 Checkout & Validation') {
steps { steps {
echo "=== Enterprise CI/CD Foundation Layer Pipeline ===" echo "=== Enterprise CI/CD Foundation Layer Pipeline ==="
@@ -873,4 +874,5 @@ Type 'DESTROY' exactly to confirm:
''' '''
} }
} }
} }
}