You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/11/17 08:07:50 UTC

[hop] branch master updated: HOP-4550: allow empty

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 558f353a82 HOP-4550: allow empty
     new a9de613219 Merge pull request #1804 from hansva/master
558f353a82 is described below

commit 558f353a825bc9cde7a471ca73076cb8c4e9c214
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Nov 17 09:07:25 2022 +0100

    HOP-4550: allow empty
---
 Jenkinsfile.hop-web-selenium | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.hop-web-selenium b/Jenkinsfile.hop-web-selenium
index a3947fa7da..c7addceb4f 100644
--- a/Jenkinsfile.hop-web-selenium
+++ b/Jenkinsfile.hop-web-selenium
@@ -86,7 +86,7 @@ pipeline {
             post {
                 always {
                     sh "sleep 30"
-                    archiveArtifacts(artifacts: 'integration-tests/hopweb/target/surefire-reports/images/*.png')
+                    archiveArtifacts(artifacts: 'integration-tests/hopweb/target/surefire-reports/images/*.png', allowEmptyArchive: true)
                     junit(testResults: 'integration-tests/**/surefire-reports/*.xml', allowEmptyResults: true)
                 }
             }