Skip to content

Commit bc28609

Browse files
authored
Merge branch 'main' into fix/codespaces-url-and-csp
2 parents 9d5e547 + a9d8286 commit bc28609

4 files changed

Lines changed: 80 additions & 20 deletions

File tree

.github/dependabot.yml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,73 @@ updates:
6767
schedule:
6868
interval: weekly
6969
open-pull-requests-limit: 10
70+
71+
# Updates targeting the weekly branch
72+
- package-ecosystem: "github-actions"
73+
directory: "/"
74+
target-branch: "weekly"
75+
schedule:
76+
interval: weekly
77+
ignore:
78+
- dependency-name: "*github-script*"
79+
80+
- package-ecosystem: docker
81+
directory: "./dockerfiles"
82+
target-branch: "weekly"
83+
schedule:
84+
interval: weekly
85+
open-pull-requests-limit: 10
86+
- package-ecosystem: docker
87+
directory: "./dockerfiles/maven"
88+
target-branch: "weekly"
89+
schedule:
90+
interval: weekly
91+
open-pull-requests-limit: 10
92+
- package-ecosystem: docker
93+
directory: "./dockerfiles/multi"
94+
target-branch: "weekly"
95+
schedule:
96+
interval: weekly
97+
open-pull-requests-limit: 10
98+
- package-ecosystem: docker
99+
directory: "./dockerfiles/node"
100+
target-branch: "weekly"
101+
schedule:
102+
interval: weekly
103+
open-pull-requests-limit: 10
104+
- package-ecosystem: docker
105+
directory: "./dockerfiles/python"
106+
target-branch: "weekly"
107+
schedule:
108+
interval: weekly
109+
open-pull-requests-limit: 10
110+
- package-ecosystem: docker
111+
directory: "./dockerfiles/sidekick"
112+
target-branch: "weekly"
113+
schedule:
114+
interval: weekly
115+
open-pull-requests-limit: 10
116+
- package-ecosystem: docker
117+
directory: "./dockerfiles/agent-discovery"
118+
target-branch: "weekly"
119+
schedule:
120+
interval: weekly
121+
open-pull-requests-limit: 10
122+
- package-ecosystem: docker
123+
directory: "./dockerfiles/android"
124+
target-branch: "weekly"
125+
schedule:
126+
interval: weekly
127+
open-pull-requests-limit: 10
128+
- package-ecosystem: docker
129+
directory: "./dockerfiles/golang"
130+
target-branch: "weekly"
131+
schedule:
132+
interval: weekly
133+
open-pull-requests-limit: 10
134+
- package-ecosystem: docker
135+
directory: "./dockerfiles/dotnet"
136+
target-branch: "weekly"
137+
schedule:
138+
interval: weekly
139+
open-pull-requests-limit: 10

.github/workflows/plugin_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ jobs:
8181
echo "=== Container status ==="
8282
docker ps -a
8383
echo "=== Jenkins controller logs ==="
84-
CTRL=$(docker ps -a --format "{{.Names}}" | grep controller | head -1)
84+
CTRL=$(docker ps -a --format "{{.Names}}" | grep -m1 controller || true)
8585
[ -n "$CTRL" ] && docker logs "$CTRL" 2>&1 | tail -200 || echo "No controller container found"

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
name: Release Drafter
22

33
on:
4-
push:
5-
# branches to consider in the event; optional, defaults to all
6-
branches:
7-
- main
8-
# pull_request event is required only for autolabeler
9-
pull_request:
10-
# Only following types are handled by the action, but one can default to all as well
11-
types: [opened, reopened, synchronize]
12-
# pull_request_target event is required for autolabeler to support PRs from forks
13-
# pull_request_target:
14-
# types: [opened, reopened, synchronize]
4+
workflow_dispatch:
155

166
permissions:
177
contents: read
@@ -35,4 +25,4 @@ jobs:
3525
# config-name: my-config.yml
3626
# disable-autolabeler: true
3727
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dockerfiles/plugins.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ checks-api:402.vca_263b_f200e3
1010
cloudbees-folder:6.1100.ve9eed61d16c4
1111
commons-lang3-api:3.20.0-109.ve43756e2d2b_4
1212
commons-text-api:1.15.0-218.va_61573470393
13-
configuration-as-code:2074.va_57f83f7a_10b_
14-
coverage:3.3208.v500334516e20
13+
configuration-as-code:2077.v41f1011a_5110
14+
coverage:3.3212.vd0f86de315fe
1515
credentials-binding:719.v80e905ef14eb_
1616
credentials:1502.v5c95e620ddfe
1717
display-url-api:2.217.va_6b_de84cc74b_
1818
durable-task:664.v2b_e7a_dfff66c
19-
echarts-api:6.0.0-1279.v4e95ca_f54783
19+
echarts-api:6.0.0-1281.vd3d21a_1ca_cb_4
2020
font-awesome-api:7.2.0-983.v3f63c34eddb_9
2121
git-client:6.6.0
2222
git:5.10.1
@@ -26,7 +26,7 @@ github:1.46.0
2626
gradle:2.19.1244.v1f9866817fec
2727
instance-identity:203.v15e81a_1b_7a_38
2828
ionicons-api:94.vcc3065403257
29-
jackson2-api:2.21.2-433.v6d50b_92cfe52
29+
jackson2-api:2.21.2-436.v29efdb_7418ff
3030
jakarta-activation-api:2.1.4-1
3131
jakarta-mail-api:2.1.5-1
3232
javax-activation-api:1.2.0-8
@@ -45,17 +45,17 @@ mina-sshd-api-core:2.16.0-167.va_269f38cc024
4545
okhttp-api:5.3.2-200.vedb_720a_cf1f8
4646
pipeline-build-step:584.vdb_a_2cc3a_d07a_
4747
pipeline-graph-analysis:254.v0f63a_a_447dca_
48-
pipeline-graph-view:819.ved496c19e082
48+
pipeline-graph-view:837.vb_2654da_2a_fa_b_
4949
pipeline-groovy-lib:797.v90ea_a_9b_e45a_0
5050
pipeline-input-step:551.vdff487c5998c
5151
pipeline-milestone-step:152.v6e22b_8cfc66c
5252
pipeline-model-api:2.2277.v00573e73ddf1
5353
pipeline-model-definition:2.2277.v00573e73ddf1
5454
pipeline-model-extensions:2.2277.v00573e73ddf1
55-
pipeline-rest-api:2.40
55+
pipeline-rest-api:2.41
5656
pipeline-stage-step:345.va_96187909426
5757
pipeline-stage-tags-metadata:2.2277.v00573e73ddf1
58-
pipeline-stage-view:2.40
58+
pipeline-stage-view:2.41
5959
plain-credentials:199.v9f8e1f741799
6060
plugin-util-api:7.1330.v47b_46ee2047a_
6161
resource-disposer:0.25

0 commit comments

Comments
 (0)