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/16 15:58:20 UTC

[hop] branch master updated: HOP-4550: fixing png files

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 e66f315732 HOP-4550: fixing png files
     new 0598963dda Merge pull request #1799 from hansva/master
e66f315732 is described below

commit e66f315732050ff6987fc59597c62e32a0ec4fb6
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Wed Nov 16 16:54:55 2022 +0100

    HOP-4550: fixing png files
---
 Jenkinsfile.hop-web-selenium                       |  3 ++-
 .../hopweb/src/test/resources/transforms.bak       | 23 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile.hop-web-selenium b/Jenkinsfile.hop-web-selenium
index 28e4ba78c2..70405f43ab 100644
--- a/Jenkinsfile.hop-web-selenium
+++ b/Jenkinsfile.hop-web-selenium
@@ -85,8 +85,9 @@ pipeline {
                 }
             post {
                 always {
+                    sh "sleep 10"
                     sh "mkdir -p tmp/images"
-                    sh "cp integration-tests/hopweb/target/surefire-reports/images/* tmp/images/"
+                    fileOperations([fileCopyOperation(excludes: '', flattenFiles: false, includes: 'integration-tests/hopweb/**/*.png', targetLocation: 'tmp/images/')])
                     archiveArtifacts(artifacts: 'tmp/images/*.png')
                     junit(testResults: 'integration-tests/**/surefire-reports/*.xml', allowEmptyResults: true)
                 }
diff --git a/integration-tests/hopweb/src/test/resources/transforms.bak b/integration-tests/hopweb/src/test/resources/transforms.bak
new file mode 100644
index 0000000000..976c345d16
--- /dev/null
+++ b/integration-tests/hopweb/src/test/resources/transforms.bak
@@ -0,0 +1,23 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+Abort
+Apache Tika
+Delete
+Merge join
+Salesforce insert
+Salesforce update
+Zip file