Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Maven (and other similar Jenkins-required tooling) via Groovy scripts #337

Open
bleggett opened this issue Sep 5, 2018 · 0 comments

Comments

@bleggett
Copy link
Contributor

bleggett commented Sep 5, 2018

Right now we install maven on the Jenkins host box ourselves, but this has the downside of

  • requiring a Chef cookbook
  • because Jenkins is a fussy all-encompassing blob, the Jenkins UI doesn't think maven is installed (even though it's in the PATH) because we didn't install it thru Jenkins itself, as shown here: https://gist.github.com/tszpinda/53e958cf80b0f532c787

Propose we change our manually-installed Jenkins add-ons like Maven to be installed via this method, as it will simplify our installer and make Jenkins happy.

@bleggett bleggett changed the title Install Jenkins dependencies via Groovy scripts Install Maven (and other similar Jenkins-required tooling) via Groovy scripts Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant