This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-build.git


The following commit(s) were added to refs/heads/master by this push:
     new 079a5f1  fix wrong missing part in gitbox-URL
079a5f1 is described below

commit 079a5f1d45190e8ccbeddeac275d6943989939c2
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Oct 21 14:24:40 2022 +0200

    fix wrong missing part in gitbox-URL
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index aa4ecd6..78646c0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -90,7 +90,7 @@ pipeline
                 dir("${params.TURBINE_COMPONENT}")
                 {
                     // git 
"https://gitbox.apache.org/repos/asf/turbine-${params.TURBINE_COMPONENT}.git";
-                    git branch: "${params.SUB_MODULE_HEAD}", url: 
"https://gitbox.apache.org/repos/asf/${params.TURBINE_COMPONENT}.git";
+                    git branch: "${params.SUB_MODULE_HEAD}", url: 
"https://gitbox.apache.org/repos/asf/turbine-${params.TURBINE_COMPONENT}.git";
                     script
                     {
                         sh "pwd"

Reply via email to