Skip to content

Commit

Permalink
tck branch
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Jun 18, 2024
1 parent 27631c8 commit 0cdf59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0cdf59a

Please sign in to comment.