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/06/02 14:52:15 UTC

[hop] branch master updated: HOP-3946: add sh step

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 a5eddc747a HOP-3946: add sh step
     new 23ddb9afa9 Merge pull request #1518 from hansva/master
a5eddc747a is described below

commit a5eddc747ac1ad5bf9bf19aa4dc108c181792adc
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Jun 2 16:51:35 2022 +0200

    HOP-3946: add sh step
---
 Jenkinsfile.daily | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 36d915be0c..da1e525d2f 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -98,7 +98,7 @@ pipeline {
         }
         stage('Create Docker image & Run Tests'){
             steps {
-                    cp $GCP_CREDS google-key-apache-hop-it.json
+                    sh "cp $GCP_CREDS google-key-apache-hop-it.json"
                     sh "integration-tests/scripts/run-tests-docker.sh JENKINS_USER=${jenkins_user} JENKINS_UID=${jenkins_uid} JENKINS_GROUP=${jenkins_group} JENKINS_GID=${jenkins_gid} GCP_KEY_FILE=google-key-apache-hop-it.json"
                 }
             post {