Skip to content

Commit

Permalink
fix(jenkins/release/jenkins): update jenkins to 2.452.3-jdk17
Browse files Browse the repository at this point in the history
also upgrade plugins

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Aug 3, 2024
1 parent ede19f8 commit 52549a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 48 deletions.
2 changes: 1 addition & 1 deletion apps/prod/jenkins/release/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: jenkins
version: 5.0.13
version: 5.1.31
sourceRef:
kind: HelmRepository
name: jenkins
Expand Down
31 changes: 0 additions & 31 deletions apps/prod/jenkins/release/values-JCasC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,37 +226,6 @@ controller:
}
// queue('seed')
github-pull-request-builder-trigger: |
unclassified:
ghprbTrigger:
autoCloseFailedPullRequests: false
cron: "H/5 * * * *"
extensions:
- ghprbSimpleStatus:
addTestResults: false
completedStatus:
- message: "Build passed"
result: SUCCESS
- message: "Build failed"
result: FAILURE
- message: "Build error"
result: ERROR
showMatrixStatus: false
startedStatus: "Build started"
triggeredStatus: "Build triggered"
githubAuth:
- credentialsId: github-bot-token
description: "ti-chi-bot"
secret: ""
serverAPIUrl: "https://api.github.com" # replace with github proxy.
manageWebhooks: true
okToTestPhrase: ".*ok\\W+to\\W+test.*"
requestForTestingPhrase: "Can one of the admins verify this patch?"
retestPhrase: ".*test\\W+this\\W+please.*"
skipBuildPhrase: ".*\\[skip\\W+ci\\].*"
useComments: false
useDetailedComments: false
whitelistPhrase: ".*add\\W+to\\W+whitelist.*"
github-plugin-config: |
unclassified:
gitHubConfiguration:
Expand Down
21 changes: 6 additions & 15 deletions apps/prod/jenkins/release/values-controller-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,21 @@ controller:
value: https://mirrors.tuna.tsinghua.edu.cn/jenkins

installLatestPlugins: false
installPlugins:
- kubernetes:4186.v1d804571d5d4
- workflow-aggregator:596.v8c21c963d92d
- git:5.2.1
- configuration-as-code:1810.v9b_c30a_249a_4c

# List of plugins to install in addition to those listed in controller.installPlugins
additionalPlugins:
# Ref: https://github.com/jenkinsci/plugin-installation-manager-tool#plugin-input-format
# but without outer `plugin` key.
- kubernetes-client-api:6.10.0-240.v57880ce8b_0b_2
- prometheus:2.4.1
- blueocean:1.27.8
- prometheus:780.v7c50a_d288424
- blueocean:1.27.14
- job-dsl:1.87
- 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.16.0
- pipeline-utility-steps:2.17.0
- http_request:1.18
- instance-identity:185.v303dc7c645f9
- 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
- ghprb:1.42.2
- generic-webhook-trigger:1.88.2
- ssh-agent:346.vda_a_c4f2c8e50
- cloudevents:1.0.0
- json-path-api:2.8.0-5.v07cb_a_1ca_738c
- generic-webhook-trigger:2.2.2
- ssh-agent:376.v8933585c69d3
- cdevents:1-40.vb_3d2c94f2379
initializeOnce: true

# for plugin build-failure-analyzer
Expand Down
2 changes: 1 addition & 1 deletion 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.426.3-lts-jdk17"
tag: "2.452.3-jdk17"
resources:
requests:
cpu: "16"
Expand Down

0 comments on commit 52549a1

Please sign in to comment.