diff --git a/Jenkinsfile b/Jenkinsfile index a5fc161..d7a12eb 100644 --- a/Jenkinsfile +++ b/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) }