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