mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* [stable/jenkins] Make Jenkins master UI test optional The UI test makes it difficult to do an idempotent deployment check because the randomly named UI test Pod will always want to deploy a new pod. For those that don't need the UI test but prefer an idempotent deploy, allowing disabling the UI test seems like a good idea to me. This commit does the following: - Allow disabling the master UI test (skip test Pod + ConfigMap) - Bump chart version to 1.5.10 Signed-off-by: Simon Wydooghe <simon@wydooghe.com> * [stable/jenkins] Make Jenkins master UI test optional Tweak README description + unnest test.enabled Signed-off-by: Simon Wydooghe <simon@wydooghe.com> * [stable/jenkins] Change variable name to master.enableTest Signed-off-by: Simon Wydooghe <simon@wydooghe.com>
26 lines
835 B
YAML
Executable File
26 lines
835 B
YAML
Executable File
apiVersion: v1
|
|
name: jenkins
|
|
home: https://jenkins.io/
|
|
version: 1.7.3
|
|
appVersion: lts
|
|
description: Open source continuous integration server. It supports multiple SCM tools
|
|
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
|
|
projects as well as arbitrary scripts.
|
|
sources:
|
|
- https://github.com/jenkinsci/jenkins
|
|
- https://github.com/jenkinsci/docker-jnlp-slave
|
|
- https://github.com/maorfr/kube-tasks
|
|
- https://github.com/jenkinsci/configuration-as-code-plugin
|
|
maintainers:
|
|
- name: lachie83
|
|
email: lachlan.evenson@microsoft.com
|
|
- name: viglesiasce
|
|
email: viglesias@google.com
|
|
- name: maorfr
|
|
email: maor.friedman@redhat.com
|
|
- name: torstenwalter
|
|
email: mail@torstenwalter.de
|
|
- name: mogaal
|
|
email: garridomota@gmail.com
|
|
icon: https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png
|