jenkins-blueprint-plugin icon indicating copy to clipboard operation
jenkins-blueprint-plugin copied to clipboard

Allow use of Jenkins configured installations

Open skyghis opened this issue 9 years ago • 0 comments

In Jenkins configuration you can add installations instruction about multiple applications like git, jdk, maven, ...

Theses ready to install versions are very convenient to install prerequisites on builders. It would be really useful to use theses

E.g.:

install:
  JDK: Jdk 8u60
  Maven: Maven 3.3.3

script:
  - mvn clean install
  - mvn deploy

With theses settings in Jenkins :

installs

skyghis avatar Oct 01 '15 10:10 skyghis