From 92a58fc1b57f76659072bb63aa8fb4adc923f69e Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 3 May 2017 15:17:42 -0400 Subject: [PATCH] Interpolation happens in double strings --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c784cb1..407d290 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stage('Test lib'){ steps { caution('first-pass') - echo '${maintainer()} is cool' + echo "${maintainer()} is cool" echo readCommonBash('imagename') } }