#Deprecated Moved to https://github.com/jenkinsci/hyper-build-step-plugin
Run some tasks of Jenkins job in Hyper_ container. This plugin allows to add "Execute shell in Hyper_" build step into your job.
- Jenkins
- hyper-commons-plugin
open Jenkins Web UI in web browser
Manage Jenkins -> Manage Plugins -> Advanced -> Upload Plugin
- install
hyper-commons-plugin
first - login https://console.hyper.sh, then create credentials.
Config -> Configure System
-> Hyper Config : set AccessKey and SecretKey
-> Test connection
-> Download Hypercli
Config -> Build -> Execute shell in Hyper_
- click
Build Now
to start build job by manually - click
Console Output
to view build result
- java 1.8+
- maven 3+
$ mvn compile
compile + test
$ mvn test
output: target/hyper-build-step.hpi
compile + test + package
$ mvn package
//skip test
$ mvn package -DskipTests
compile + test + package + install
$ mvn install
//skip test
$ mvn install -DskipTests