Skip to content

Commit 474fd73

Browse files
committed
configure better default values
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 8ca442d commit 474fd73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
choices: ['jakartaee', 'olamy']
1717
)
1818

19-
string( defaultValue: 'master', description: 'GIT branch name to build TCK (master/tckrefactor)',
19+
string( defaultValue: 'main', description: 'GIT branch name to build TCK (main/tckrefactor)',
2020
name: 'TCK_BRANCH' )
2121

2222
choice(
@@ -34,7 +34,7 @@ pipeline {
3434
name: 'JETTY_VERSION' )
3535

3636

37-
string( defaultValue: 'jdk17', description: 'JDK to build Jetty', name: 'JDKBUILD' )
37+
string( defaultValue: 'jdk21', description: 'JDK to build Jetty', name: 'JDKBUILD' )
3838
}
3939

4040
stages {

0 commit comments

Comments
 (0)