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 786c3d5cd0 HOP-4144: fix build script
new 9d8b1b54c8 Merge pull request #1762 from hansva/master
786c3d5cd0 is described below
commit 786c3d5cd043af153dd9f619117420615dc605b0
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Oct 27 12:34:03 2022 +0200
HOP-4144: fix build script
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 31bedf5c9b..387cce5790 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -128,7 +128,7 @@ pipeline {
anyOf { changeset pattern:
"^(?!docs).*^(?!integration-tests).*" , comparator: "REGEXP" ; equals expected:
true, actual: params.FORCE_BUILD }
}
steps{
- sh "./assemblies/client/target/hop/hop-conf.sh
--generate-fat-jar=$(readlink -f ./assemblies/client/target/)/hop-fatjar.jar"
+ sh "./assemblies/client/target/hop/hop-conf.sh
--generate-fat-jar=\$(readlink -f ./assemblies/client/target/)/hop-fatjar.jar"
}
}
stage('Build Hop Docker Image') {