Skip to content

Commit

Permalink
Merge branch 'master' into jep-227
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Dec 1, 2021
2 parents 076b6b0 + b288322 commit f6e22f3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin(timeout: 180, configurations: [
[platform: "docker && highmem", jdk: "8", jenkins: null],
[platform: "docker && highmem", jdk: "11", jenkins: null]
[platform: "docker && linux", jdk: "8", jenkins: null],
[platform: "docker && linux", jdk: "11", jenkins: null]
])
Empty file modified plugin/pom.xml
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified pom.xml
100644 → 100755
Empty file.

0 comments on commit f6e22f3

Please sign in to comment.