Skip to content

Commit

Permalink
Revert "Making changes to support the Jenkins CD flow" (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
TooDissing authored Jan 23, 2024
1 parent 55707fd commit 1d58912
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
-Dchangelist.format=%d.v%s
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ buildPlugin(
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])
])
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>azure-kubernetes-credentials</artifactId>
<version>${changelist}</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Azure Kubernetes Credentials</name>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
Expand All @@ -26,7 +26,8 @@
<url>https://github.com/${gitHubRepo}</url>
</scm>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<revision>1.0</revision>
<changelist>-SNAPSHOT</changelist>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.version>2.414.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Expand Down

0 comments on commit 1d58912

Please sign in to comment.