fix wrong missing part in gitbox-URL
diff --git a/Jenkinsfile b/Jenkinsfile
index aa4ecd6..78646c0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -90,7 +90,7 @@
                 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"