From 129c8e8246aec268e8bbf9e57024b35e06408295 Mon Sep 17 00:00:00 2001 From: Vic Iglesias Date: Fri, 15 Dec 2017 11:50:57 -0800 Subject: [PATCH 1/2] Double retry count for Jenkins test --- stable/jenkins/templates/test-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/jenkins/templates/test-config.yaml b/stable/jenkins/templates/test-config.yaml index 4723003e0f..8a68f5df8c 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:8080/login - } \ No newline at end of file + curl --retry 24 --retry-delay 10 {{.Release.Name}}-jenkins:8080/login + } From e3e617a0b73addbe02d67b763730945a1d994c22 Mon Sep 17 00:00:00 2001 From: Vic Iglesias Date: Fri, 15 Dec 2017 11:54:13 -0800 Subject: [PATCH 2/2] Update Chart.yaml --- stable/jenkins/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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