Skip to content

Commit 3c34f67

Browse files
committed
Merge remote-tracking branch 'upstream/master' as of 2023-08-26 into log-ignored-branches
2 parents 0cb1f9b + 3f1889a commit 3c34f67

File tree

146 files changed

+24164
-25881
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+24164
-25881
lines changed

.git-blame-ignore-revs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# .git-blame-ignore-revs
2+
# Reformatted: https://github.com/jenkinsci/github-branch-source-plugin/pull/392
3+
2b68b4b8b14afa36ee5e243ed8630e2c01a86e2c
4+
# Use upstream Spotless configuration (#684)
5+
51545c395c1c893412a4967c4176f377879955f8

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12+
- package-ecosystem: github-actions
13+
directory: /
14+
schedule:
15+
interval: daily

.github/release-drafter.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
name-template: 'v$NEXT_PATCH_VERSION 🌈'
2-
tag-template: 'github-branch-source-$NEXT_PATCH_VERSION'
3-
categories:
4-
- title: '🚀 Features'
5-
labels:
6-
- 'feature'
7-
- 'enhancement'
8-
- title: '🐛 Bug Fixes'
9-
labels:
10-
- 'fix'
11-
- 'bugfix'
12-
- 'bug'
13-
- title: '🧰 Maintenance'
14-
label: 'chore'
15-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
16-
template: |
17-
## Changes
18-
19-
$CHANGES
1+
_extends: .github

.github/workflows/cd.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Note: additional setup is required, see https://www.jenkins.io/redirect/continuous-delivery-of-plugins
2+
3+
name: cd
4+
on:
5+
workflow_dispatch:
6+
check_run:
7+
types:
8+
- completed
9+
10+
jobs:
11+
maven-cd:
12+
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
13+
secrets:
14+
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
15+
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<extension>
33
<groupId>io.jenkins.tools.incrementals</groupId>
44
<artifactId>git-changelist-maven-extension</artifactId>
5-
<version>1.2</version>
5+
<version>1.6</version>
66
</extension>
77
</extensions>

.mvn/maven.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-Pconsume-incrementals
22
-Pmight-produce-incrementals
3+
-Dchangelist.format=%d.v%s

Jenkinsfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
buildPlugin(configurations: [
2-
[ platform: "linux", jdk: "8"],
3-
[ platform: "windows", jdk: "8"],
4-
[ platform: "linux", jdk: "11", javaLevel: "8" ]
1+
buildPlugin(useContainerAgent: true, configurations: [
2+
[platform: 'linux', jdk: 17],
3+
[platform: 'windows', jdk: 11],
54
])

docs/github-app.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ credentials:
109109

110110
== Configuring the github organization folder
111111

112-
See the link:https://docs.cloudbees.com/docs/admin-resources/latest/plugins/github-branch-source[main documentation]
112+
See the link:https://docs.cloudbees.com/docs/cloudbees-ci/latest/cloud-admin-guide/github-branch-source-plugin[main documentation]
113113
for how to create a GitHub folder.
114114

115115
- Load the folders configuration page

0 commit comments

Comments
 (0)