Skip to content

Commit

Permalink
fix(apps/prod/jenkins): bump jenkins to v2.462.3 (#1351)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Nov 24, 2024
1 parent 6f18df1 commit 6ebc0b2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
38 changes: 19 additions & 19 deletions apps/prod/jenkins/release/values-JCasC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,22 +276,22 @@ controller:
# testResultCategories: "UT"
# fallbackCategoriesAsString: unknown

# # for cloudevents plugin config.
# # FIXME: should use cdevents plugin when the issue solved:
# # https://github.com/jenkinsci/cdevents-plugin/issues/9
# cloudevents: |
# unclassified:
# cloudEventsGlobalConfig:
# sinkType: "http"
# sinkURL: "http://cloudevents-server.apps.svc/events"
# completed: true
# created: true
# enteredWaiting: true
# failed: true
# finalized: true
# left: true
# started: true
# updated: true
# # nodes
# offline: true
# online: true
# for cloudevents plugin config.
# FIXME: should use cdevents plugin when the issue solved:
# https://github.com/jenkinsci/cdevents-plugin/issues/9
cloudevents: |
unclassified:
cloudEventsGlobalConfig:
sinkType: "http"
sinkURL: "http://cloudevents-server.apps.svc/events"
completed: true
created: true
enteredWaiting: true
failed: true
finalized: true
left: true
started: true
updated: true
# nodes
offline: true
online: true
10 changes: 5 additions & 5 deletions apps/prod/jenkins/release/values-controller-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ controller:
additionalPlugins:
# Ref: https://github.com/jenkinsci/plugin-installation-manager-tool#plugin-input-format
# but without outer `plugin` key.
- prometheus:780.v7c50a_d288424
- blueocean:1.27.14
- job-dsl:1.87
- prometheus:795.v995762102f28
- blueocean:1.27.16
- job-dsl:1.89
- build-failure-analyzer::https://github.com/PingCAP-QE/build-failure-analyzer-plugin/releases/download/v2.4.2-jobname/build-failure-analyzer.hpi
- pipeline-utility-steps:2.17.0
- pipeline-utility-steps:2.18.0
- http_request:1.18
- jenkins-pipeline-cache:0.2.0:https://github.com/j3t/jenkins-pipeline-cache-plugin/releases/download/0.2.0/jenkins-pipeline-cache-0.2.0.hpi
- generic-webhook-trigger:2.2.2
- generic-webhook-trigger:2.2.5
- ssh-agent:376.v8933585c69d3
- cdevents:1-40.vb_3d2c94f2379

Expand Down
4 changes: 2 additions & 2 deletions apps/prod/jenkins/release/values-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ controller:
image:
registry: "docker.io"
repository: "jenkins/jenkins"
tag: "2.452.3-jdk17"
tag: "2.462.3-jdk17"
resources:
requests:
cpu: "16"
Expand Down Expand Up @@ -39,7 +39,7 @@ controller:
# Optionally specify additional init-containers
customInitContainers:
- name: init-create-logs-dir
image: "alpine:3.20.2"
image: "alpine:3.20.3"
imagePullPolicy: Always
command: ["mkdir", "-p", "/var/jenkins_home/logs"]
securityContext:
Expand Down

0 comments on commit 6ebc0b2

Please sign in to comment.