From 5136b727f322c0e14d955a2a4e6c40b97838ea39 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Fri, 28 Oct 2022 20:13:01 +0300 Subject: [PATCH] Update jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dcd3696..c2cd19a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -182,7 +182,7 @@ pipeline { node(label: 'swarm') { script{ checkout scm - unstash "xunit-reports" + // unstash "xunit-reports" unstash "cypress-coverage" def scannerHome = tool 'SonarQubeScanner'; def nodeJS = tool 'NodeJS';