diff --git a/Jenkinsfile b/Jenkinsfile index a29d8a4..e6188a3 100644 --- a/Jenkinsfile +++ b/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){