Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update defs
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
@@ -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){

0 comments on commit 608df6d

Please sign in to comment.