Permalink
Browse files
Updated location of debug temp file
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Jenkinsfile
|
@@ -13,7 +13,7 @@ node { |
|
|
// Run Base Container |
|
|
// sh 'bin/run.sh' |
|
|
} catch(error) { |
|
|
def error_details = readFile('./bin/debug'); |
|
|
def error_details = readFile('./debug'); |
|
|
def message = "BUILD ERROR: There was a problem building the Base Image. \n\n ${error_details}" |
|
|
sh "rm -f ./debug" |
|
|
handleError(message) |
|
|