Skip to content

Commit

Permalink
**/screenshots/ in archive artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 23, 2022
1 parent 153998c commit 9f42ccd
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 @@ -39,7 +39,7 @@ pipeline {
post {
always {
junit testResults: '**/target/surefire-reports/*.xml'
archiveArtifacts artifacts: '**/target/work/data/.metadata/.log, **/screenshots, **/hs_err_pid*.log'
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 9f42ccd

Please sign in to comment.