This repository was archived by the owner on Feb 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ hyper-build-step-plugin
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/hyperhq/hyper-build-step-plugin.svg?branch=master )] ( https://travis-ci.org/hyperhq/hyper-build-step-plugin )
5
5
6
- Run jenkins job in Hyper_ container.
6
+ Run some tasks of Jenkins job in [ Hyper_ ] ( https://hyper.sh ) container.
7
7
This plugin allows to add "Execute shell in Hyper_ " build step into your job.
8
8
9
+
9
10
<!-- TOC depthFrom:1 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->
10
11
11
12
- [ Use plugin] ( #use-plugin )
@@ -28,14 +29,12 @@ This plugin allows to add "Execute shell in Hyper_" build step into your job.
28
29
## Prerequisites
29
30
30
31
- Jenkins
31
- - [ hyper-commons-plugin] ( https://github.com/hyperhq /hyper-commons-plugin )
32
+ - [ hyper-commons-plugin] ( https://github.com/jenkinsci /hyper-commons-plugin )
32
33
33
34
## Install plugin by manually
34
35
35
36
open Jenkins Web UI in web browser
36
37
37
- get pre-build ` hyper-build-step-plugin.hpi ` [ here] ( target/hyper-build-step-plugin.hpi )
38
-
39
38
```
40
39
Manage Jenkins -> Manage Plugins -> Advanced -> Upload Plugin
41
40
```
@@ -77,7 +76,7 @@ Config -> Build -> Execute shell in Hyper_
77
76
78
77
## Prerequisites
79
78
80
- - java 1.7 +
79
+ - java 1.8 +
81
80
- maven 3+
82
81
83
82
## Compile
You can’t perform that action at this time.
0 commit comments