Skip to content

Commit

Permalink
Groovy interpolation of global funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed May 3, 2017
1 parent 8a02805 commit 583520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {
stage('Test lib'){
steps {
caution('first-pass')
echo maintainer()
echo '${maintainer()} is cool'
echo readCommonBash('imagename')
}
}
Expand Down

0 comments on commit 583520e

Please sign in to comment.