From 083fc8f1c083a66c0e4d1e4620f01388f17da14f Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 3 May 2017 15:18:32 -0400 Subject: [PATCH] Function with no parens --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 407d290..bfb946a 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') } }