Skip to content

Commit

Permalink
Testing a more helpful global func
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed May 3, 2017
1 parent a4c8fc0 commit 15d59de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pipeline {
stage('Test lib'){
steps {
caution('first-pass')
echo readCommonBash('maintainer')
echo readCommonBash('imagename')
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions common.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
registry="docker.io"
maintainer="bigfleet"
basename="shibboleth_idp"
imagename="shibboleth_idp"
version="3.3.0"

0 comments on commit 15d59de

Please sign in to comment.