diff --git a/Jenkinsfile b/Jenkinsfile index c8199ff..ab76b29 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stage('Test lib'){ steps { caution('first-pass') - echo readCommonBash('maintainer') + echo maintainer() echo readCommonBash('imagename') } }