From 01a9b4905a1112d9efc5a6c9ef007fa16b990cee Mon Sep 17 00:00:00 2001 From: Paul Varache Date: Mon, 1 Oct 2018 22:15:48 +0100 Subject: [PATCH] Post publish --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 39986dc..7fda19e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,9 +8,7 @@ pipeline { } post { always { - node('ubuntu_18.04') { - junit allowEmptyResults: true, testResults: 'test-results.xml' - } + junit allowEmptyResults: true, testResults: 'test-results.xml' } regression { notify_culprits currentBuild.result