diff --git a/infrastructure/foundation/Jenkinsfile b/infrastructure/foundation/Jenkinsfile index d49246f..0d97a53 100644 --- a/infrastructure/foundation/Jenkinsfile +++ b/infrastructure/foundation/Jenkinsfile @@ -785,7 +785,7 @@ Type 'DESTROY' exactly to confirm: script { echo "✅ Foundation Layer pipeline completed successfully!" - if (params.ACTION == 'apply') { + if (params.ACTION == 'apply') { // Compute approver line outside the multi-line string def approverLine = env.DEPLOYMENT_APPROVER ? "• Approved by: ${env.DEPLOYMENT_APPROVER}" : ""