Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3057 from viglesiasce/jenkins-test-timeout
Browse files Browse the repository at this point in the history
[stable/jenkins] Double retry count for Jenkins test
  • Loading branch information
k8s-ci-robot authored Dec 15, 2017
2 parents 09ab437 + e3e617a commit 7335d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/jenkins/templates/test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7335d8b

Please sign in to comment.