Skip to content

Commit

Permalink
Support forthcoming PCT multimodule mode
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 23, 2023
1 parent 099c739 commit e87da68
Show file tree
Hide file tree
Showing 9 changed files with 179 additions and 367 deletions.
9 changes: 4 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
def configurations = [
[ platform: "linux", jdk: "11" ],
[ platform: 'linux', jdk: '17', jenkins: '2.342' ]
]
buildPlugin(configurations: configurations, timeout: 180, useContainerAgent: true)
buildPlugin(useContainerAgent: true, timeout: 180, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])
Loading

0 comments on commit e87da68

Please sign in to comment.