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/18 12:07:01 UTC

[hop] branch master updated: HOP-4550: gather images

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 90370b25b6 HOP-4550: gather images
     new a890108098 Merge pull request #1808 from hansva/master
90370b25b6 is described below

commit 90370b25b61f9692f5c604aa8179dc0a20de232e
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Nov 18 13:06:28 2022 +0100

    HOP-4550: gather images
---
 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 422ae50f6c..e0fe019c66 100644
--- a/Jenkinsfile.hop-web-selenium
+++ b/Jenkinsfile.hop-web-selenium
@@ -83,7 +83,7 @@ pipeline {
                 }
             post {
                 always {
-                    archiveArtifacts(artifacts: 'integration-tests/hopweb/integration-tests/hopweb/target/surefire-reports/images/*.png', allowEmptyArchive: true)
+                    archiveArtifacts(artifacts: 'integration-tests/hopweb/target/surefire-reports/images/*.png', allowEmptyArchive: true)
                     junit(testResults: 'integration-tests/**/surefire-reports/*.xml', allowEmptyResults: true)
                 }
             }