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';