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-fulcrum-build.git

commit 17e3438e3d1feecf549fda583b15a3a5988f3031
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Oct 24 11:39:59 2022 +0200

    Update Jenkinsfile similar to turbine-build Jenkinsfile
---
 Jenkinsfile   | 6 +++---
 cache         | 2 +-
 crypto        | 2 +-
 factory       | 2 +-
 intake        | 2 +-
 json          | 2 +-
 localization  | 2 +-
 parser        | 2 +-
 pool          | 2 +-
 quartz        | 2 +-
 security      | 2 +-
 site          | 2 +-
 testcontainer | 2 +-
 upload        | 2 +-
 yaafi         | 2 +-
 yaafi-crypto  | 2 +-
 16 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d5117da..957cf3f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -79,12 +79,12 @@ pipeline
                 {
                     dir("${params.FULCRUM_COMPONENT}")
                     {
-                        git 
"https://gitbox.apache.org/repos/asf/turbine-fulcrum-${params.FULCRUM_COMPONENT}.git";
+                        git branch: "${params.SUB_MODULE_HEAD}", url: 
"https://gitbox.apache.org/repos/asf/turbine-fulcrum-${params.FULCRUM_COMPONENT}.git";
                         script
                         {
                             sh "pwd"
                             sh "git branch"
-                            echo "${params.FULCRUM_COMPONENT}: Checking out 
${params.SUB_MODULE_HEAD}"
+                            echo "${params.FULCRUM_COMPONENT}: Checked out 
${params.SUB_MODULE_HEAD}"
                             env.CURRENT_BRANCH = sh(script: "git status 
--branch --porcelain | grep '##' | cut -c 4-", returnStdout: true).trim()
                             echo "CURRENT_BRANCH: ${env.CURRENT_BRANCH}"
                             // Capture last commit hash for final commit 
message
@@ -155,7 +155,7 @@ pipeline
                         sh "pwd"
                         echo "Deploying ${params.FULCRUM_COMPONENT} Site"
                         sh "ls"
-                        git 
"https://gitbox.apache.org/repos/asf/turbine-fulcrum-${params.FULCRUM_COMPONENT}.git";
+                        git branch: "${params.SUB_MODULE_HEAD}", url: 
"https://gitbox.apache.org/repos/asf/turbine-fulcrum-${params.FULCRUM_COMPONENT}.git";
                         dir("${STAGING_DIR}") {
                             deleteDir()
                         }
diff --git a/cache b/cache
index b5fc03c..c7ad6b5 160000
--- a/cache
+++ b/cache
@@ -1 +1 @@
-Subproject commit b5fc03c1261032cd4201e067fe8837e18d43a704
+Subproject commit c7ad6b5581a87541b55be25184604c3591e9b25c
diff --git a/crypto b/crypto
index 1fdae12..298ff23 160000
--- a/crypto
+++ b/crypto
@@ -1 +1 @@
-Subproject commit 1fdae122744274c1d051746fe1024856dcb6cd91
+Subproject commit 298ff2384a1c8591969aaf152266829cc3881307
diff --git a/factory b/factory
index 54fcc15..624b661 160000
--- a/factory
+++ b/factory
@@ -1 +1 @@
-Subproject commit 54fcc15f6c4a870a5865b122088c94917b37867b
+Subproject commit 624b6610ce0ce7c26f4d28f83644dd1fc04951a9
diff --git a/intake b/intake
index 3fbabbe..1e0b36a 160000
--- a/intake
+++ b/intake
@@ -1 +1 @@
-Subproject commit 3fbabbeffde773eeff88ac7549fc6d106f51ae47
+Subproject commit 1e0b36a02b4f42575ed0b6730891ad52edbb8843
diff --git a/json b/json
index dd598bb..aa93514 160000
--- a/json
+++ b/json
@@ -1 +1 @@
-Subproject commit dd598bbb6b54552505b235bf4729a8696b1106ae
+Subproject commit aa93514cb97395e98aeafff5b5e9779a8eb300a7
diff --git a/localization b/localization
index d15901a..03e1c19 160000
--- a/localization
+++ b/localization
@@ -1 +1 @@
-Subproject commit d15901ac21e291e3e27336b09f9d077be6c2e8b7
+Subproject commit 03e1c194545ea0c35db142324448ca8a0de910d8
diff --git a/parser b/parser
index ca6df04..d98f4e0 160000
--- a/parser
+++ b/parser
@@ -1 +1 @@
-Subproject commit ca6df047b418cfdd8c21fe634bb6bcda69e34c7b
+Subproject commit d98f4e03d1a37216b81fe5910431f138c5468465
diff --git a/pool b/pool
index afb7415..e045334 160000
--- a/pool
+++ b/pool
@@ -1 +1 @@
-Subproject commit afb74159e23caa8db0d9fd9adff306b5014b9e22
+Subproject commit e045334698b3ad87bc670c74dc5ba75b8fbe24dd
diff --git a/quartz b/quartz
index 45a7cf0..735c9a8 160000
--- a/quartz
+++ b/quartz
@@ -1 +1 @@
-Subproject commit 45a7cf07c3d7064c7c4c41197192f9246829b556
+Subproject commit 735c9a8bfd778dabbd6691282f55473c9514a124
diff --git a/security b/security
index a13382b..79606e6 160000
--- a/security
+++ b/security
@@ -1 +1 @@
-Subproject commit a13382b78acbf856bd32d295cd8fa2d30b795fae
+Subproject commit 79606e6a86ff9011b36c6fc677df974720706280
diff --git a/site b/site
index e02404f..3151b0c 160000
--- a/site
+++ b/site
@@ -1 +1 @@
-Subproject commit e02404fdcda6d9feec660553e50b49f6e9edcedf
+Subproject commit 3151b0c663960359e3e082f0fb24176cb9bbc78e
diff --git a/testcontainer b/testcontainer
index a7ba877..ce2492b 160000
--- a/testcontainer
+++ b/testcontainer
@@ -1 +1 @@
-Subproject commit a7ba8773b7b40a26580431679e6c904a0f3d8264
+Subproject commit ce2492bbdca554621937fec66cf8dec585301634
diff --git a/upload b/upload
index 0b257ca..f8f3a74 160000
--- a/upload
+++ b/upload
@@ -1 +1 @@
-Subproject commit 0b257cacf77fe49a71f3ede4484bef50609bf63e
+Subproject commit f8f3a74a3d63ceda4c3c814d31b7f0efffa0970f
diff --git a/yaafi b/yaafi
index 448c6f4..ad22211 160000
--- a/yaafi
+++ b/yaafi
@@ -1 +1 @@
-Subproject commit 448c6f4482876382213ab46c7f81dcb1e79879b4
+Subproject commit ad22211fb887077cb36619a9c9b4a750034e4641
diff --git a/yaafi-crypto b/yaafi-crypto
index cb2360a..8879e32 160000
--- a/yaafi-crypto
+++ b/yaafi-crypto
@@ -1 +1 @@
-Subproject commit cb2360a244c333f2bac0674b5b3ad01b5d4b9f4f
+Subproject commit 8879e320ae95f217941e544bd9ce78860bf46e47

Reply via email to