Skip to content

Commit

Permalink
fix(jenkins/release/jenkins): overwrite plugins with list in GitOps
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Aug 3, 2024
1 parent cea0dfd commit 22fdd5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/prod/jenkins/release/values-controller-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ controller:
- name: JENKINS_UC_DOWNLOAD
value: https://mirrors.tuna.tsinghua.edu.cn/jenkins

overwritePlugins: true
installLatestPlugins: false
initializeOnce: true

# List of plugins to install in addition to those listed in controller.installPlugins
additionalPlugins:
Expand All @@ -27,7 +29,6 @@ controller:
- generic-webhook-trigger:2.2.2
- ssh-agent:376.v8933585c69d3
- cdevents:1-40.vb_3d2c94f2379
initializeOnce: true

# for plugin build-failure-analyzer
# Exporting to prometheus
Expand Down

0 comments on commit 22fdd5b

Please sign in to comment.