From e57539ee6a2daf61311960f4d1f7ec2b68252920 Mon Sep 17 00:00:00 2001 From: Naeem Akhter Date: Thu, 15 May 2025 12:16:44 +0500 Subject: [PATCH] Updating PSP branch to use for nightly build. Similarly updated postgres-packaging brancht to TDE_NIGHTLY to reflect to new branch for nightly releases. --- ppg/pg_tde_nightly.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ppg/pg_tde_nightly.groovy b/ppg/pg_tde_nightly.groovy index 320678e446..7559415663 100644 --- a/ppg/pg_tde_nightly.groovy +++ b/ppg/pg_tde_nightly.groovy @@ -41,11 +41,11 @@ pipeline { description: 'URL for pg_tde repository', name: 'GIT_REPO') string( - defaultValue: 'main', + defaultValue: 'TDE_REL_17_STABLE', description: 'Tag/Branch for pg_tde repository', name: 'PG_BRANCH') string( - defaultValue: '17.0', + defaultValue: 'TDE_NIGHTLY', description: 'Tag/Branch for pg_tde packaging repository', name: 'GIT_BRANCH') string(