We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb7ca4 commit 6c14e17Copy full SHA for 6c14e17
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>org.csanchez.jenkins.plugins</groupId>
11
<artifactId>kubernetes</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>1.20.0</version>
13
<name>Kubernetes plugin</name>
14
<description>Jenkins plugin to run dynamic agents in a Kubernetes cluster</description>
15
<packaging>hpi</packaging>
@@ -19,7 +19,7 @@
19
<connection>scm:git:https://github.com/jenkinsci/kubernetes-plugin.git</connection>
20
<developerConnection>scm:git:https://github.com/jenkinsci/kubernetes-plugin.git</developerConnection>
21
<url>https://github.com/jenkinsci/kubernetes-plugin</url>
22
- <tag>${scmTag}</tag>
+ <tag>kubernetes-1.20.0</tag>
23
</scm>
24
25
<licenses>
0 commit comments