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

chore(infra.ci.jenkins.io): move helm-charts job from Kubernetes Management folder to Dependencies Management #4395

Merged
merged 2 commits into from
Sep 23, 2023
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
6 changes: 3 additions & 3 deletions config/jenkins-jobs_infra.ci.jenkins.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ jobsDefinition:
fileName: "kubeconfig"
description: "Kubeconfig file for publick8s"
secretBytes: "${base64:${KUBECONFIG_PUBLICK8S}}"
helm-charts:
name: Helm Charts
description: Custom Helm Charts of the Jenkins Infra
updatecli:
name: Dependencies Management with Updatecli
kind: folder
Expand All @@ -148,6 +145,9 @@ jobsDefinition:
tenant: "${PACKER_AZURE_TENANT_ID}"
packer-images:
jenkinsfilePath: Jenkinsfile_updatecli
helm-charts:
name: Helm Charts
description: Custom Helm Charts of the Jenkins Infra
other-jobs:
name: Other Jobs
description: Folder hosting all the jobs not fitting any category
Expand Down