File tree 6 files changed +46
-10
lines changed
6 files changed +46
-10
lines changed Original file line number Diff line number Diff line change
1
+ * @ jenkinsci/electricflow-plugin-developers
Original file line number Diff line number Diff line change 8
8
schedule :
9
9
interval : " weekly"
10
10
open-pull-requests-limit : 20
11
+ - package-ecosystem : " github-actions"
12
+ directory : " /"
13
+ schedule :
14
+ interval : " weekly"
Original file line number Diff line number Diff line change
1
+ # https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
2
+ ---
3
+ _extends : .github
4
+ version-template : $MAJOR.$MINOR.$PATCH
5
+ tag-template : electricflow-$NEXT_PATCH_VERSION
6
+ name-template : $NEXT_PATCH_VERSION
Original file line number Diff line number Diff line change
1
+ # Automates creation of Release Drafts using Release Drafter
2
+ # More Info: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
3
+ ---
4
+ on :
5
+ push :
6
+ branches :
7
+ - master
8
+
9
+ jobs :
10
+ update_release_draft :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ # Drafts your next Release notes as Pull Requests are merged into "master"
14
+ - uses : release-drafter/release-drafter@v6
15
+ env :
16
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
- .DS_Store
2
1
target
3
- .idea
4
- pom.xml.releaseBackup
5
- release.properties
6
- electricflow.iml
7
- runConfigurations
2
+
3
+ # mvn hpi:run
8
4
work
9
5
6
+ # IntelliJ IDEA project files
7
+ * .iml
8
+ * .iws
9
+ * .ipr
10
+ .idea
11
+
12
+ # Eclipse project files
13
+ .settings
14
+ .classpath
15
+ .project
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jenkins-ci.plugins</groupId >
7
7
<artifactId >plugin</artifactId >
8
- <version >4.85 </version >
8
+ <version >4.88 </version >
9
9
<relativePath />
10
10
</parent >
11
11
41
41
<properties >
42
42
<revision >1.1.38</revision >
43
43
<changelist >-SNAPSHOT</changelist >
44
- <jenkins .version>2.426.3</jenkins .version>
44
+ <jenkins .baseline>2.426</jenkins .baseline>
45
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
45
46
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
46
47
<!-- TODO fix existing violations -->
47
48
<spotbugs .threshold>High</spotbugs .threshold>
52
53
<dependencies >
53
54
<dependency >
54
55
<groupId >io.jenkins.tools.bom</groupId >
55
- <artifactId >bom-2.361 .x</artifactId >
56
- <version >2102.v854b_fec19c92 </version >
56
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
57
+ <version >3208.vb_21177d4b_cd9 </version >
57
58
<type >pom</type >
58
59
<scope >import</scope >
59
60
</dependency >
60
61
</dependencies >
61
62
</dependencyManagement >
63
+
62
64
<dependencies >
63
65
<dependency >
64
66
<groupId >org.jenkins-ci.plugins</groupId >
148
150
<url >https://repo.jenkins-ci.org/public/</url >
149
151
</repository >
150
152
</repositories >
153
+
151
154
<pluginRepositories >
152
155
<pluginRepository >
153
156
<id >repo.jenkins-ci.org</id >
You can’t perform that action at this time.
0 commit comments