-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency org.jenkins-ci.plugins:plugin to v4.62 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tim Jacomb <[email protected]>
- Loading branch information
1 parent
dbf26a6
commit b0d5da7
Showing
2 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
buildPlugin(platforms: ['linux']) | ||
buildPlugin( | ||
useContainerAgent: true, | ||
configurations: [ | ||
[platform: 'linux', jdk: 17], | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<parent> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
<artifactId>plugin</artifactId> | ||
<version>4.49</version> | ||
<version>4.62</version> | ||
<relativePath/> | ||
</parent> | ||
<artifactId>azure-artifact-manager</artifactId> | ||
|
@@ -15,8 +15,8 @@ | |
<description>A Jenkins plugin to keep artifacts and Pipeline stashes in Azure storage.</description> | ||
|
||
<properties> | ||
<changelist>9999-SNAPSHOT</changelist> | ||
<jenkins.version>2.346.3</jenkins.version> | ||
<changelist>999999-SNAPSHOT</changelist> | ||
<jenkins.version>2.361.4</jenkins.version> | ||
</properties> | ||
|
||
<licenses> | ||
|
@@ -26,24 +26,12 @@ | |
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<id>xuzhang</id> | ||
<name>Xu Zhang</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>timja</id> | ||
<name>Tim Jacomb</name> | ||
</developer> | ||
</developers> | ||
|
||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>io.jenkins.tools.bom</groupId> | ||
<artifactId>bom-2.346.x</artifactId> | ||
<version>1763.v092b_8980a_f5e</version> | ||
<artifactId>bom-2.361.x</artifactId> | ||
<version>2025.v816d28f1e04f</version> | ||
<scope>import</scope> | ||
<type>pom</type> | ||
</dependency> | ||
|
@@ -54,7 +42,7 @@ | |
<dependency> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
<artifactId>windows-azure-storage</artifactId> | ||
<version>380.va3a027b784f4</version> | ||
<version>386.v673495b0a5de</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jenkins-ci.plugins.workflow</groupId> | ||
|
@@ -145,7 +133,7 @@ | |
<dependency> | ||
<groupId>com.puppycrawl.tools</groupId> | ||
<artifactId>checkstyle</artifactId> | ||
<version>8.45.1</version> | ||
<version>10.9.3</version> | ||
</dependency> | ||
</dependencies> | ||
<executions> | ||
|
@@ -159,7 +147,6 @@ | |
</executions> | ||
<configuration> | ||
<configLocation>checkstyle.xml</configLocation> | ||
<encoding>UTF-8</encoding> | ||
<consoleOutput>true</consoleOutput> | ||
</configuration> | ||
</plugin> | ||
|