You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bleggett
changed the title
Install Jenkins dependencies via Groovy scripts
Install Maven (and other similar Jenkins-required tooling) via Groovy scripts
Sep 5, 2018
Right now we install maven on the Jenkins host box ourselves, but this has the downside of
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.
The text was updated successfully, but these errors were encountered: