From 0cdf59aa3e596035dde907523c37b87587bf5d90 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 18 Jun 2024 21:24:53 +1000 Subject: [PATCH] tck branch Signed-off-by: Olivier Lamy --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7ecfba6..a10ffa5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { buildDiscarder logRotator( numToKeepStr: '50' ) } parameters { - string( defaultValue: 'master', description: 'GIT branch name to build TCK (master/tck)', + string( defaultValue: '6.1.x', description: 'GIT branch name to build TCK (master/tck)', name: 'TCK_BRANCH' ) choice( description: 'TCK Github org',