Skip to content

Commit dd5f63f

Browse files
committed
Merge remote-tracking branch 'upstream/main' into run-dependabot
2 parents 478c03f + 097c0de commit dd5f63f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitpod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to create a Gitpod workspace with GitHub CLI installed.
22

33
# We start from the Gitpod full workspace image which includes a broad range of development tools.
4-
FROM gitpod/workspace-full:2024-12-11-07-51-54
4+
FROM gitpod/workspace-full:2025-01-08-07-57-03
55

66
# The RUN command executes a series of commands in the new layer of the image and commits the results.
77
# The following commands are executed:

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.
22

33
# We start by defining an ARG for the Jenkins version. This allows us to easily change the version of Jenkins we want to use.
4-
ARG JENKINS_VERSION=2.479.2
4+
ARG JENKINS_VERSION=2.479.3
55

66
# We then use the official Jenkins image with the specified version as our base image.
77
FROM jenkins/jenkins:"${JENKINS_VERSION}"

dockerfiles/plugins.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ antisamy-markup-formatter:162.v0e6ec0fcfcf6
33
apache-httpcomponents-client-4-api:4.5.14-208.v438351942757
44
bootstrap5-api:5.3.3-1
55
bouncycastle-api:2.30.1.79-254.vfdb_814e7791e
6-
branch-api:2.1202.vc51412f3ed84
6+
branch-api:2.1206.vd9f35001c95c
77
build-timeout:1.33
88
caffeine-api:3.1.8-133.v17b_1ff2e0599
99
checks-api:2.2.1
10-
cloudbees-folder:6.975.v4161e479479f
10+
cloudbees-folder:6.976.v4dc79fb_c458d
1111
commons-lang3-api:3.17.0-84.vb_b_938040b_078
1212
commons-text-api:1.12.0-129.v99a_50df237f7
1313
configuration-as-code:1915.vcdd0a_d0d2625
@@ -46,7 +46,7 @@ pipeline-build-step:540.vb_e8849e1a_b_d8
4646
pipeline-graph-analysis:216.vfd8b_ece330ca_
4747
pipeline-graph-view:382.vb_9a_27b_7b_ea_71
4848
pipeline-groovy-lib:745.vdf6077913de0
49-
pipeline-input-step:495.ve9c153f6067b_
49+
pipeline-input-step:508.v584c0e9a_2177
5050
pipeline-milestone-step:119.vdfdc43fc3b_9a_
5151
pipeline-model-api:2.2218.v56d0cda_37c72
5252
pipeline-model-definition:2.2218.v56d0cda_37c72
@@ -72,9 +72,9 @@ variant:60.v7290fc0eb_b_cd
7272
workflow-aggregator:600.vb_57cdd26fdd7
7373
workflow-api:1336.vee415d95c521
7474
workflow-basic-steps:1058.vcb_fc1e3a_21a_9
75-
workflow-cps:4003.vf9c56141493e
75+
workflow-cps:4007.vd705fc76a_34e
7676
workflow-durable-task-step:1398.vf6c9e89e5988
77-
workflow-job:1472.ve4d5eca_143c4
77+
workflow-job:1476.v90f02a_225559
7878
workflow-multibranch:795.ve0cb_1f45ca_9a_
7979
workflow-scm-step:427.v4ca_6512e7df1
8080
workflow-step-api:678.v3ee58b_469476

0 commit comments

Comments
 (0)