We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca442d commit 474fd73Copy full SHA for 474fd73
Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
16
choices: ['jakartaee', 'olamy']
17
)
18
19
- string( defaultValue: 'master', description: 'GIT branch name to build TCK (master/tckrefactor)',
+ string( defaultValue: 'main', description: 'GIT branch name to build TCK (main/tckrefactor)',
20
name: 'TCK_BRANCH' )
21
22
choice(
@@ -34,7 +34,7 @@ pipeline {
34
name: 'JETTY_VERSION' )
35
36
37
- string( defaultValue: 'jdk17', description: 'JDK to build Jetty', name: 'JDKBUILD' )
+ string( defaultValue: 'jdk21', description: 'JDK to build Jetty', name: 'JDKBUILD' )
38
}
39
40
stages {
0 commit comments