Skip to content

Commit

Permalink
Update defs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrady committed Oct 30, 2018
1 parent 7f2361f commit 608df6d
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 @@ -65,7 +65,7 @@ def maintainer() {

def imagename() {
def matcher = readFile('common.bash') =~ 'imagename="(.+)"'
matcher ? matcher[0][1] : null
matcher ? matcher[0][1] : 'shib-idp-ui'
}

def handleError(String message){
Expand Down

0 comments on commit 608df6d

Please sign in to comment.