Skip to content

Commit cb2c40f

Browse files
committed
Add all platforms for on-demand Jenkins
1 parent e12071b commit cb2c40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pipeline {
4646
}
4747

4848
parameters {
49-
choice(name: 'nodeLabel', choices: [ 's390x'])
49+
choice(name: 'nodeLabel', choices: [ 'ubuntu', 's390x', 'arm', 'Windows' ])
5050
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'])
5151
booleanParam(name: 'deployEnabled', defaultValue: false)
5252
booleanParam(name: 'parallelTestsEnabled', defaultValue: true)

0 commit comments

Comments
 (0)