Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
pcaskey committed Dec 20, 2018
1 parent cde5c80 commit f33fa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -40,7 +40,7 @@ node('docker') {
sh 'bin/rebuild.sh &> debug'
} catch(error) {
def error_details = readFile('./debug');
def message = "BUILD ERROR: There was a problem building the shibboleth-sp mage. \n\n ${error_details}"
def message = "BUILD ERROR: There was a problem building the shibboleth-sp image. \n\n ${error_details}"
sh "rm -f ./debug"
handleError(message)
}

0 comments on commit f33fa8d

Please sign in to comment.