From 76eb59968e7ae64d0f0d5f94f44a2214bfc98a6e Mon Sep 17 00:00:00 2001 From: Yash Panchal <46398416+panchal-yash@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:45:19 +0530 Subject: [PATCH] rhel 86-89 pxc/pxb package tests (#2672) fix default parameters --- pxc/jenkins/pxc-rhel-tarballs-86-89.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxc/jenkins/pxc-rhel-tarballs-86-89.groovy b/pxc/jenkins/pxc-rhel-tarballs-86-89.groovy index 4530805c64..f2b2fff89a 100644 --- a/pxc/jenkins/pxc-rhel-tarballs-86-89.groovy +++ b/pxc/jenkins/pxc-rhel-tarballs-86-89.groovy @@ -44,12 +44,12 @@ pipeline { name: 'BUILD_TYPE_MINIMAL' ) string( - defaultValue: 'pxc-rhel-binary-tarballs-8.6-8.9', + defaultValue: 'master', description: 'Branch for package-testing repository', name: 'TESTING_BRANCH' ) string( - defaultValue: 'panchal-yash', + defaultValue: 'Percona-QA', description: 'Git account for package-testing repository', name: 'TESTING_GIT_ACCOUNT' )