Skip to content

Commit

Permalink
corrected screenshots artifact archiviation
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 22, 2022
1 parent 1a32700 commit 153998c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ pipeline {

post {
always {
junit testResults: '**/target/surefire-reports/*.xml, **/screenshots'
archiveArtifacts artifacts: '**/target/work/data/.metadata/.log, **/hs_err_pid*.log'
junit testResults: '**/target/surefire-reports/*.xml'
archiveArtifacts artifacts: '**/target/work/data/.metadata/.log, **/screenshots, **/hs_err_pid*.log'
}
success {
archiveArtifacts artifacts: 'target/repository/, **/target/work/data/.metadata/.log'
Expand Down

0 comments on commit 153998c

Please sign in to comment.