We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12071b commit 6260b56Copy full SHA for 6260b56
1 file changed
Jenkinsfile
@@ -46,7 +46,7 @@ pipeline {
46
}
47
48
parameters {
49
- choice(name: 'nodeLabel', choices: [ 's390x'])
+ choice(name: 'nodeLabel', choices: [ 'ubuntu', 's390x', 'arm', 'Windows' ])
50
choice(name: 'jdkVersion', choices: ['jdk_17_latest', 'jdk_21_latest', 'jdk_24_latest', 'jdk_17_latest_windows', 'jdk_21_latest_windows', 'jdk_24_latest_windows'])
51
booleanParam(name: 'deployEnabled', defaultValue: false)
52
booleanParam(name: 'parallelTestsEnabled', defaultValue: true)
0 commit comments