Skip to content

Commit

Permalink
Merge pull request #1805 from hansva/master
Browse files Browse the repository at this point in the history
HOP-4550
  • Loading branch information
hansva committed Nov 17, 2022
2 parents a9de613 + 9ea51bf commit 08cffe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.hop-web-selenium
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pipeline {
post {
always {
sh "sleep 30"
archiveArtifacts(artifacts: 'integration-tests/hopweb/target/surefire-reports/images/*.png', allowEmptyArchive: true)
archiveArtifacts(artifacts: 'integration-tests/hopweb/integration-tests/hopweb/target/surefire-reports/images/*.png', allowEmptyArchive: true)
junit(testResults: 'integration-tests/**/surefire-reports/*.xml', allowEmptyResults: true)
}
}
Expand Down

0 comments on commit 08cffe6

Please sign in to comment.