automated terminal push

This commit is contained in:
lenape
2025-07-14 18:32:36 +00:00
parent 700842346b
commit 678ff74856

4
Jenkinsfile vendored
View File

@@ -183,8 +183,8 @@ pipeline {
script { script {
echo "🔍 SECURITY: Checking if infrastructure is ready for deployment..." echo "🔍 SECURITY: Checking if infrastructure is ready for deployment..."
if (params.FORCE_INFRASTRUCTURE_DEPLOY || env.DEPLOYMENT_TYPE == "INFRASTRUCTURE") { if (params.FORCE_INFRASTRUCTURE_DEPLOY) {
echo "🚨 FORCED: Infrastructure deployment requested via parameter or detected changes" echo "🚨 FORCED: Infrastructure deployment requested via parameter"
env.DEPLOYMENT_TYPE = "INFRASTRUCTURE" env.DEPLOYMENT_TYPE = "INFRASTRUCTURE"
currentBuild.description = "INFRASTRUCTURE (forced) | ${env.IMAGE_TAG}" currentBuild.description = "INFRASTRUCTURE (forced) | ${env.IMAGE_TAG}"
} }