Skip to content
Snippets Groups Projects
Commit cf7abd48 authored by OZGCloud's avatar OZGCloud
Browse files

jenkinsfile add info output

parent 80555253
No related branches found
No related tags found
No related merge requests found
...@@ -673,6 +673,9 @@ String runTests(String bezeichner, String reportFolder, Integer dbPort) { ...@@ -673,6 +673,9 @@ String runTests(String bezeichner, String reportFolder, Integer dbPort) {
if (hasNpmDebugLog()) { if (hasNpmDebugLog()) {
sh "cat /root/.npm/_logs/*-debug.log" sh "cat /root/.npm/_logs/*-debug.log"
} }
else {
echo "Npm debug log not found"
}
return false return false
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment