Commit 63d2d3c9 by Michael Youngstrom

Get forked github-api plugin from S3

parent 6203dfaf
......@@ -279,6 +279,30 @@
- install:jenkins-configuration
- jenkins:local-dev
- name: Delete any github-api related files
shell: 'rm -r {{ jenkins_common_home }}/plugins/github-api*'
become: true
become_user: '{{ jenkins_common_user }}'
tags:
- install
- install:base
- install:plugins
- install:jenkins-configuration
- jenkins:local-dev
- name: Get forked github api version from S3
get_url:
url: https://s3.amazonaws.com/edx-testeng-tools/github-api/github-api.hpi
dest: '{{ jenkins_common_home }}/plugins/github-api.hpi'
become: true
become_user: '{{ jenkins_common_user }}'
tags:
- install
- install:base
- install:plugins
- install:jenkins-configuration
- jenkins:local-dev
- name: Copy secret file credentials
copy:
content: "{{ item.content }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment