From d5b0d901e975d6aeca3988a3d0607d50d15525a7 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Thu, 28 Nov 2024 10:19:46 +0100 Subject: [PATCH] Modify accessor --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0eed555653..4fa5618dfe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { stage('Print env variables') { steps { script { - echo $cron_string + echo "$cron_string" echo cron_string echo JOB_NAME echo env.JOB_NAME