From fe8b9fb0f0c965f5e7813e8e08be3dbd355bd14f Mon Sep 17 00:00:00 2001 From: lenape Date: Mon, 4 Aug 2025 01:36:28 +0000 Subject: [PATCH] automated terminal push --- infrastructure/foundation/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/foundation/Jenkinsfile b/infrastructure/foundation/Jenkinsfile index 98e59df..e8fe409 100644 --- a/infrastructure/foundation/Jenkinsfile +++ b/infrastructure/foundation/Jenkinsfile @@ -711,8 +711,8 @@ Type 'DESTROY' exactly to confirm: fi # Validate backend resources - BUCKET_NAME=$(terraform output -raw terraform_state_bucket_name 2>/dev/null) - TABLE_NAME=$(terraform output -raw terraform_locks_table_name 2>/dev/null) + BUCKET_NAME=$(terraform output -raw terraform_state_bucket_name 2>/dev/null || true) + TABLE_NAME=$(terraform output -raw terraform_locks_table_name 2>/dev/null || true) if [ -n "$BUCKET_NAME" ] && [ "$BUCKET_NAME" != "null" ]; then echo "✅ S3 backend bucket: $BUCKET_NAME"