diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 8ab77723ad..864b44b6a1 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,6 +1,6 @@ name: jenkins home: https://jenkins.io/ -version: 0.10.1 +version: 0.10.2 appVersion: 2.73 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 diff --git a/stable/jenkins/templates/test-config.yaml b/stable/jenkins/templates/test-config.yaml index c1fd7b3393..40aec2a91e 100644 --- a/stable/jenkins/templates/test-config.yaml +++ b/stable/jenkins/templates/test-config.yaml @@ -5,5 +5,5 @@ metadata: data: run.sh: |- @test "Testing Jenkins UI is accessible" { - curl --retry 12 --retry-delay 10 {{ .Release.Name }}-jenkins:{{ .Values.Master.ServicePort }}{{ default "" .Values.Master.JenkinsUriPrefix }}/login + curl --retry 24 --retry-delay 10 {{ .Release.Name }}-jenkins:{{ .Values.Master.ServicePort }}{{ default "" .Values.Master.JenkinsUriPrefix }}/login }