Jenkins - bump test timeouts (#3886)

* Update test timeout

* Bumped chart version
This commit is contained in:
Lachlan Evenson
2018-02-27 09:25:46 -08:00
committed by k8s-ci-robot
parent 9903c29fff
commit cd05dd99cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 0.13.4
version: 0.13.5
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
+1 -1
View File
@@ -5,5 +5,5 @@ metadata:
data:
run.sh: |-
@test "Testing Jenkins UI is accessible" {
curl --retry 24 --retry-delay 10 {{ template "jenkins.fullname" . }}:{{ .Values.Master.ServicePort }}{{ default "" .Values.Master.JenkinsUriPrefix }}/login
curl --retry 48 --retry-delay 10 {{ template "jenkins.fullname" . }}:{{ .Values.Master.ServicePort }}{{ default "" .Values.Master.JenkinsUriPrefix }}/login
}