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 92ead71406 HOP-4144: fix the build
     new e01d557eff Merge pull request #1763 from hansva/master
92ead71406 is described below

commit 92ead71406a54dedad993263ec380a332187c2fe
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Oct 27 12:39:20 2022 +0200

    HOP-4144: fix the build
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 387cce5790..b8899439dd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -123,7 +123,7 @@ pipeline {
                 sh "unzip 
./assemblies/plugins/dist/target/hop-assemblies-*.zip -d 
./assemblies/plugins/dist/target/"
             }
         }
-        stage('Unzip Apache Hop'){
+        stage('Generate Hop fat jar'){
             when {
                     anyOf { changeset pattern: 
"^(?!docs).*^(?!integration-tests).*" , comparator: "REGEXP" ; equals expected: 
true, actual: params.FORCE_BUILD }
             }

Reply via email to