main.yml 326 Bytes
Newer Older
1 2 3 4
---
dependencies:
  - common
  - edxapp_common
5
  - browsers
6 7 8
  - role: jenkins_master
    jenkins_plugins: "{{ jenkins_tools_plugins }}"
    jenkins_version: "{{ jenkins_tools_version }}"
9
    jenkins_deb_url: "http://pkg.jenkins-ci.org/debian-stable/binary/jenkins_{{ jenkins_version }}_all.deb"
10
    jenkins_custom_plugins: []