File tree 8 files changed +25
-26
lines changed
declarative-pipeline-migration-assistant
declarative-pipeline-migration-assistant-api
8 files changed +25
-26
lines changed Original file line number Diff line number Diff line change
1
+ _extends : .github
2
+ tag-template : declarative-pipeline-migration-assistant-$NEXT_MINOR_VERSION
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Release Drafter
2
+ on :
3
+ push :
4
+ branches :
5
+ - master
6
+ jobs :
7
+ update_release_draft :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ -
uses :
release-drafter/[email protected]
11
+ env :
12
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4
4
<artifactId >git-changelist-maven-extension</artifactId >
5
5
<version >1.8</version >
6
6
</extension >
7
+ <!-- extension>
8
+ <groupId>org.apache.maven.extensions</groupId>
9
+ <artifactId>maven-build-cache-extension</artifactId>
10
+ <version>1.0.0</version>
11
+ </extension-->
7
12
</extensions >
Original file line number Diff line number Diff line change 1
1
-Pconsume-incrementals
2
2
-Pmight-produce-incrementals
3
- -Dchangelist.format=%d.v%s
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jenkins-ci.plugins.to-declarative</groupId >
6
6
<artifactId >declarative-pipeline-migration-assistant-parent</artifactId >
7
- <version >${changelist} </version >
7
+ <version >${revision}${ changelist} </version >
8
8
</parent >
9
9
<artifactId >declarative-pipeline-migration-assistant-api</artifactId >
10
- <version >${changelist} </version >
10
+ <version >${revision}${ changelist} </version >
11
11
<packaging >hpi</packaging >
12
12
<name >Declarative Pipeline Migration Assistant API</name >
13
13
<description >Declarative Pipeline Migration Assistant API (this plugin contains APIs used to convert Freestyle Jobs into Declarative Pipelines).</description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jenkins-ci.plugins.to-declarative</groupId >
6
6
<artifactId >declarative-pipeline-migration-assistant-parent</artifactId >
7
- <version >${changelist} </version >
7
+ <version >${revision}${ changelist} </version >
8
8
</parent >
9
9
<artifactId >declarative-pipeline-migration-assistant</artifactId >
10
- <version >${changelist} </version >
10
+ <version >${revision}${ changelist} </version >
11
11
<packaging >hpi</packaging >
12
12
<name >Declarative Pipeline Migration Assistant</name >
13
13
<description >Declarative Pipeline Migration Assistant Plugin.</description >
Original file line number Diff line number Diff line change 34
34
35
35
<groupId >org.jenkins-ci.plugins.to-declarative</groupId >
36
36
<artifactId >declarative-pipeline-migration-assistant-parent</artifactId >
37
- <version >${changelist} </version >
37
+ <version >${revision}${ changelist} </version >
38
38
<packaging >pom</packaging >
39
39
<name >Declarative Pipeline Migration Assistant</name >
40
40
60
60
</scm >
61
61
62
62
<properties >
63
- <changelist >999999 -SNAPSHOT</changelist >
63
+ <changelist >-SNAPSHOT</changelist >
64
64
<gitHubRepo >jenkinsci/declarative-pipeline-migration-assistant-plugin</gitHubRepo >
65
65
<jacoco .coverage.target>0.70</jacoco .coverage.target>
66
66
<!-- For non-ci builds we'd like the build to still complete if jacoco metrics aren't met. -->
You can’t perform that action at this time.
0 commit comments