Permalink
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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) |
|
|
} |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.