Skip to content

Commit

Permalink
Function with no parens
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed May 3, 2017
1 parent 92a58fc commit 083fc8f
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()} is cool"
echo "${maintainer} is cool"
echo readCommonBash('imagename')
}
}
Expand Down

0 comments on commit 083fc8f

Please sign in to comment.