Skip to content

Commit

Permalink
add jenkins plugins to oct
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero committed Jul 10, 2017
1 parent ba1316b commit 198d059
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions oct/ansible/oct/roles/repositories/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
- 'aos-cd-jobs'
- 'jenkins'
- 'sti-wildfly'
- 'jenkins-plugin'
- 'jenkins-sync-plugin'
- 'jenkins-client-plugin'
- 'jenkins-openshift-login-plugin'

- name: initialize git directories for each private repository
include: initialize_repository_placeholder.yml
Expand Down
8 changes: 8 additions & 0 deletions oct/cli/util/repository_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ class Repository(object):
openshift_ansible = 'openshift-ansible'
jenkins = 'jenkins'
wildfly = 'sti-wildfly'
jenkins_plugin = 'jenkins-plugin'
jenkins_sync_plugin = 'jenkins-sync-plugin'
jenkins_client_plugin = 'jenkins-client-plugin'
jenkins_login_plugin = 'jenkins-openshift-login-plugin'


def repository_argument(func):
Expand All @@ -44,5 +48,9 @@ def repository_argument(func):
Repository.openshift_ansible,
Repository.jenkins,
Repository.wildfly,
Repository.jenkins_plugin,
Repository.jenkins_sync_plugin,
Repository.jenkins_client_plugin,
Repository.jenkins_login_plugin,
])
)(func)

0 comments on commit 198d059

Please sign in to comment.