From 583520e299f1504b6b857b0b3d452a64161f1663 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 3 May 2017 15:14:54 -0400 Subject: [PATCH] Groovy interpolation of global funcs --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ab76b29..c784cb1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stage('Test lib'){ steps { caution('first-pass') - echo maintainer() + echo '${maintainer()} is cool' echo readCommonBash('imagename') } }