mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Merge pull request #3057 from viglesiasce/jenkins-test-timeout
[stable/jenkins] Double retry count for Jenkins test
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user