Skip to content

Commit cb4afb6

Browse files
1 parent ffc41dc commit cb4afb6

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

Jenkinsfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
// Builds a module using https://github.com/jenkins-infra/pipeline-library
2-
buildPlugin(configurations: [
3-
[platform: 'linux', jdk: '11'],
4-
[platform: 'windows', jdk: '11'],
5-
[platform: 'linux', jdk: '17'],
6-
[platform: 'windows', jdk: '17']
1+
// Builds the plugin using https://github.com/jenkins-infra/pipeline-library
2+
buildPlugin(useContainerAgent: true, configurations: [
3+
// Test the minimum required Jenkins Version.
4+
[ platform: 'linux', jdk: '11', jenkins: null ],
5+
[ platform: 'windows', jdk: '11', jenkins: null ],
6+
[ platform: 'linux', jdk: '17', jenkins: null ],
7+
[ platform: 'windows', jdk: '17', jenkins: null ]
78
])

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,6 @@
5151
<tag>${scmTag}</tag>
5252
</scm>
5353

54-
<dependencyManagement>
55-
<dependencies>
56-
<dependency>
57-
<groupId>io.jenkins.tools.bom</groupId>
58-
<artifactId>bom-weekly</artifactId>
59-
<version>1883.vcb_768a_7c3610</version>
60-
<scope>import</scope>
61-
<type>pom</type>
62-
</dependency>
63-
</dependencies>
64-
</dependencyManagement>
65-
6654
<dependencies>
6755
<dependency>
6856
<groupId>org.apache.httpcomponents.core5</groupId>

0 commit comments

Comments
 (0)