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/incubator-hop.git
The following commit(s) were added to refs/heads/master by this push:
new b995943 HOP-2529
new cb30e84 Merge pull request #658 from hansva/master
b995943 is described below
commit b995943a64bbe331f483c85c5a718912a311f3a1
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Mar 1 22:20:28 2021 +0100
HOP-2529
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b941d72..d782eb3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -117,7 +117,7 @@ pipeline {
branch 'master'
}
steps{
- sh "unzip ./assemblies/client/target/hop-client-*.zip -d &&
./assemblies/client/target/"
+ sh "unzip ./assemblies/client/target/hop-client-*.zip -d
./assemblies/client/target/"
sh "unzip ./assemblies/web/target/hop.war -d
./assemblies/web/target/webapp"
sh "unzip
./assemblies/plugins/dist/target/hop-assemblies-*.zip -d
./assemblies/plugins/dist/target/"
}