From 35bf03733661ed303bb76182fdb758e6d20e32e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chavant?= Date: Wed, 11 Oct 2017 13:35:07 +0200 Subject: [PATCH] Redirect output of "npm run dev" to file --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 036ee15d7..6f9d2580e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,7 +94,7 @@ node('lisk-nano') { ansiColor('xterm') { sh ''' N=${EXECUTOR_NUMBER:-0} - NODE_ENV= npm run dev -- --port 808$N &> .lisk-nano.log & + NODE_ENV= npm run dev -- --port 808$N > .lisk-nano.log 2>&1 & sleep 30 # End to End test configuration