#Deprecated Moved to https://github.com/jenkinsci/hyper-commons-plugin
=======================
This plugin provides common functionality for integrating Jenkins with Hyper_.
Plugin currently supports the following features:
- Install hyper cli
- Set Hyper_ credentials
- Test connection to your account.
- Jenkins
- hypercommon.hpi
- Hyper_ credential
open Jenkins Web UI in web browser
get pre-build hyper-commons.hpi
Manage Jenkins -> Manage Plugins -> Advanced -> Upload Plugin
login https://console.hyper.sh to receive a Hyper_ credential
.
Manage Jenkins -> Configure System -> Hyper Config
Manage Jenkins -> Configure System ->Install hypercli
- java 1.8+
- maven 3+
$ mvn compile
compile + test
$ mvn test
output: target/hypercommon.hpi
compile + test + package
$ mvn package
//skip test
$ mvn package -DskipTests
target: ~/.m2/repository/sh/hyper/plugins/hyper-commons/0.1-SNAPSHOT/hyper-commons-0.1-SNAPSHOT.hpi
compile + test + package + install
$ mvn install
//skip test
$ mvn install -DskipTests