Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(apps/prod/jenkins): bump jenkins to v2.462.3 #1351

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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