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') } }