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

OZG-2343 OZG-2345 Versuch, an den Inhalt von npm-debug.log zu gelangen

parent 4fde32f2
No related branches found
No related tags found
No related merge requests found
...@@ -379,6 +379,8 @@ String runTests(String stageName, String reportFolder) { ...@@ -379,6 +379,8 @@ String runTests(String stageName, String reportFolder) {
return true return true
} }
} catch (Exception e) { } catch (Exception e) {
sh "ls -l /root/.npm/_logs/*-debug.log"
sh "cat /root/.npm/_logs/*-debug.log"
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