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(jenkins/release/jenkins): overwrite plugins with list in GitOps #1206

Merged
merged 1 commit into from
Aug 3, 2024
Merged
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
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