Unverified Commit 177d95d6 by Michael Youngstrom Committed by GitHub

Merge pull request #4197 from edx/youngstrom/update_github_api_plugin

jenkins_common: update github-api plugin to 1.90
parents c9e21974 6461d777
......@@ -136,6 +136,9 @@ build_jenkins_plugins_list:
- name: 'github-oauth'
version: '0.24'
group: 'org.jenkins-ci.plugins'
- name: 'github-api'
version: '1.90'
group: 'org.jenkins-ci.plugins'
- name: 'gradle'
version: '1.24'
group: 'org.jenkins-ci.plugins'
......
......@@ -279,30 +279,6 @@
- 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