Skip to content

Commit

Permalink
switching to faster mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Dec 2, 2017
1 parent 650e79b commit 31c9a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ Resources:
install:
packages:
rpm:
jenkins: !Sub 'http://pkg.jenkins-ci.org/redhat-stable/jenkins-${JenkinsVersion}-1.1.noarch.rpm'
jenkins: !Sub 'https://pkg.jenkins.io/redhat-stable/jenkins-${JenkinsVersion}-1.1.noarch.rpm'
yum:
'java-1.8.0-openjdk': []
files:
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jenkins2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ Resources:
install:
packages:
rpm:
jenkins: !Sub 'http://pkg.jenkins-ci.org/redhat-stable/jenkins-${JenkinsVersion}-1.1.noarch.rpm'
jenkins: !Sub 'https://pkg.jenkins.io/redhat-stable/jenkins-${JenkinsVersion}-1.1.noarch.rpm'
yum:
'java-1.8.0-openjdk': []
files:
Expand Down

0 comments on commit 31c9a51

Please sign in to comment.