File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ <extensions xmlns =" http://maven.apache.org/EXTENSIONS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd" >
2
+ <extension >
3
+ <groupId >io.jenkins.tools.incrementals</groupId >
4
+ <artifactId >git-changelist-maven-extension</artifactId >
5
+ <version >1.0-beta-3</version >
6
+ </extension >
7
+ </extensions >
Original file line number Diff line number Diff line change
1
+ -Pconsume-incrementals
2
+ -Pmight-produce-incrementals
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jenkins-ci.plugins</groupId >
6
6
<artifactId >plugin</artifactId >
7
- <version >3.9 </version >
7
+ <version >3.12 </version >
8
8
<relativePath />
9
9
</parent >
10
10
<artifactId >docker-workflow</artifactId >
11
- <version >1.17-SNAPSHOT </version >
11
+ <version >${revision}${changelist} </version >
12
12
<name >Docker Pipeline</name >
13
13
<description >Build and use Docker containers from pipelines</description >
14
14
<packaging >hpi</packaging >
25
25
<connection >scm:git:git://github.com/jenkinsci/${project.artifactId} -plugin.git</connection >
26
26
<
developerConnection >scm:git:
[email protected] :jenkinsci/
${project.artifactId} -plugin.git</
developerConnection >
27
27
<url >https://github.com/jenkinsci/${project.artifactId} -plugin</url >
28
- <tag >HEAD </tag >
28
+ <tag >${scmTag} </tag >
29
29
</scm >
30
30
31
31
<properties >
32
+ <revision >1.17</revision >
33
+ <changelist >-SNAPSHOT</changelist >
32
34
<jenkins .version>2.60.3</jenkins .version>
33
35
<java .level>8</java .level>
34
36
<workflow-step-api-plugin .version>2.9</workflow-step-api-plugin .version>
You can’t perform that action at this time.
0 commit comments