From 5c3ff4ecbc4db258fa052d5991ef3f2148802c18 Mon Sep 17 00:00:00 2001 From: lenape Date: Sat, 12 Jul 2025 09:14:10 +0000 Subject: [PATCH] automated terminal push --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0cb99ca..501218c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { TF_VAR_instance_type = 't2.micro' TF_VAR_key_pair_name = 'nvhi-atsila-deployer' // Injected from Jenkins Global Env - TF_VAR_jenkins_ip_cidr = env.JENKINS_SSH_CIDR + TF_VAR_jenkins_ip_cidr = env."${JENKINS_SSH_CIDR}" IMAGE_NAME = 'lenape/nvhi-atsila-microservice' IMAGE_TAG = "v1.0.${env.BUILD_NUMBER}"