From 5aaf4587e5b8ed55821f67ece37119ff9e28b528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 19 Dec 2019 09:28:46 +0000 Subject: [PATCH] disabled test results as it did not work --- Jenkins/master-linux-pipeline/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/master-linux-pipeline/Jenkinsfile b/Jenkins/master-linux-pipeline/Jenkinsfile index f5e3ad9..58310d7 100644 --- a/Jenkins/master-linux-pipeline/Jenkinsfile +++ b/Jenkins/master-linux-pipeline/Jenkinsfile @@ -60,7 +60,7 @@ pipeline { // copy console log to result folder sh "wget -qO console-log.txt http://jenkins-ui.jenkins.svc.cluster.local:8080/job/${JOB_BASE_NAME}/${BUILD_NUMBER}/consoleText" // TODO: move all file copy operations here - junit 'build/*.xml' + // junit 'build/*.xml' } } }