Skip to content

Commit bf86d91

Browse files
Merge pull request #27 from fupelaqu/development
to fix bug when getting jenkins updates
2 parents 4a36c6e + 5369024 commit bf86d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
delay: 10
1616

1717
- name: Get Jenkins updates
18-
get_url: url=http://updates.jenkins-ci.org/update-center.json dest={{ jenkins.updates_dest }} thirsty=yes mode=0440 timeout=30
18+
get_url: url=https://updates.jenkins-ci.org/update-center.json dest={{ jenkins.updates_dest }} thirsty=yes mode=0440 timeout=30
1919
register: jenkins_updates
2020

2121
- name: Update-center Jenkins

0 commit comments

Comments
 (0)