Skip to content

Commit

Permalink
Install Java on Jenkins hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Aug 9, 2016
1 parent 7b9d825 commit 66f069f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions galaxyenv/group_vars/jenkinsservers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ linuxbrew_recipes:
- bcftools
- planemo
- node

group_packages:
- openjdk-7-jre-headless
4 changes: 4 additions & 0 deletions galaxyenv/group_vars/jenkinsslaves.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---

group_packages:
- openjdk-7-jre-headless

0 comments on commit 66f069f

Please sign in to comment.