Skip to content

Commit

Permalink
Merge pull request #237 from timja/new-project-config
Browse files Browse the repository at this point in the history
Adapt to new project config design
  • Loading branch information
alecharp authored Jul 29, 2022
2 parents e4f4ffa + 910d534 commit fd75d09
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 2,313 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
buildPlugin(useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],
])
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- remember to change the io.jenkins.tools.bom artifact when changing this -->
<jenkins.version>2.319.1</jenkins.version>
<jenkins.version>2.359</jenkins.version>
<no-test-jar>false</no-test-jar>
<hpi.compatibleSinceVersion>5.2</hpi.compatibleSinceVersion>
</properties>
Expand Down Expand Up @@ -57,8 +57,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.319.x</artifactId>
<version>1210.vcd41f6657f03</version>
<artifactId>bom-2.346.x</artifactId>
<version>1382.v7d694476f340</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
Loading

0 comments on commit fd75d09

Please sign in to comment.