jenkins-blueprint-plugin
jenkins-blueprint-plugin copied to clipboard
Allow use of Jenkins configured installations
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 :