8000 Use `instance-identity` as a plugin rather than a module · kutzi/github-plugin@691072c · GitHub
[go: up one dir, main page]

Skip to content

Commit 691072c

Browse files
committed
Use instance-identity as a plugin rather than a module
1 parent 6789505 commit 691072c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
buildPlugin(configurations: [
2-
[platform: 'linux', jdk: '8'],
1+
buildPlugin(useContainerAgent: true, configurations: [
32
[platform: 'linux', jdk: '11'],
43
[platform: 'windows', jdk: '11'],
54
])

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<revision>1.34.6</revision>
5151
<changelist>-SNAPSHOT</changelist>
5252
<gitHubRepo>jenkinsci/github-plugin</gitHubRepo>
53-
<jenkins.version>2.346.1</jenkins.version>
53+
<jenkins.version>2.357</jenkins.version>
5454
<release.skipTests>false</release.skipTests>
5555
<tagNameFormat>v@{project.version}</tagNameFormat>
5656
</properties>
@@ -119,8 +119,7 @@
119119
<dependency>
120120
<groupId>org.jenkins-ci.modules</groupId>
121121
<artifactId>instance-identity</artifactId>
122-
<version>2.2</version>
123-
<scope>provided</scope><!-- https://wiki.jenkins.io/display/JENKINS/Instance+Identity "add a provided scope dependency to this module into your plugin" -->
122+
<version>116.vf8f487400980</version>
124123
</dependency>
125124

126125
<dependency>

0 commit comments

Comments
 (0)
0