Skip to content

Commit 30603bc

Browse files
authored
Merge pull request #118 from LeoQuote/patch-2
update pipeline to use latest build environment
2 parents 7e985db + e6ac008 commit 30603bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
buildPlugin()
1+
buildPlugin(useContainerAgent: true, configurations: [
2+
[platform: 'linux', jdk: 17],
3+
[platform: 'windows', jdk: 11],
4+
])

0 commit comments

Comments
 (0)