Skip to content

jenkinsci/hyper-build-step-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyper-build-step-plugin

Build Status

Run some tasks of Jenkins job in Hyper.sh container. This plugin allows to add "Execute shell in Hyper.sh" build step into your job.

Use plugin

Prerequisites

Install plugin by manually

open Jenkins Web UI in web browser

Manage Jenkins -> Manage Plugins -> Advanced -> Upload Plugin

Config Hyper.sh

Config -> Configure System
  -> Hyper Config : set AccessKey and SecretKey
  -> Test connection
  -> Download Hypercli

Config job

Config -> Build -> Execute shell in Hyper.sh

View build result

  • click Build Now to start build job by manually
  • click Console Output to view build result

Build plugin

Prerequisites

  • java 1.8+
  • maven 3+

Compile

$ mvn compile

Test

compile + test

$ mvn test

Package

output: target/hyper-build-step.hpi

compile + test + package

$ mvn package

//skip test
$ mvn package -DskipTests

Install

compile + test + package + install

$ mvn install

//skip test
$ mvn install -DskipTests

About

Build step plugin for integrate Jenkins with Hyper_

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%