diff --git a/Jenkinsfile b/Jenkinsfile index 501218c..eab3660 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 = "${JENKINS_SSH_CIDR}" IMAGE_NAME = 'lenape/nvhi-atsila-microservice' IMAGE_TAG = "v1.0.${env.BUILD_NUMBER}"