Skip to content

Commit 33b73d2

Browse files
authored
Merge pull request #556 from jglick/windows
Restore Windows branch in PRs
2 parents a73c079 + 2f7daae commit 33b73d2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Jenkinsfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
configurations = [[platform: 'linux', jdk: 21]]
2-
if (env.CHANGE_ID == null) { // TODO https://github.com/jenkins-infra/helpdesk/issues/3931 workaround
3-
configurations += [platform: 'windows', jdk: 17]
4-
}
51
buildPlugin(
62
useContainerAgent: true,
7-
configurations: configurations
8-
)
3+
configurations: [
4+
[platform: 'linux', jdk: 21],
5+
[platform: 'windows', jdk: 17],
6+
])

0 commit comments

Comments
 (0)