diff --git a/Jenkinsfile b/Jenkinsfile index bfb946a..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') } }