From 43dabedfb4db19112fed22400f74ac790f1239c6 Mon Sep 17 00:00:00 2001 From: lenape Date: Sun, 3 Aug 2025 01:24:36 +0000 Subject: [PATCH] automated terminal push --- infrastructure/foundation/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" : ""