Skip to content

Commit

Permalink
Update jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Oct 28, 2022
1 parent 3f5e5a0 commit 5136b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 5136b72

Please sign in to comment.