This repository was archived by the owner on Feb 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ This plugin allows to add "Execute shell in Hyper_" build step into your job.
7
7
8
8
- [ Features] ( #features )
9
9
- [ Use plugin] ( #use-plugin )
10
+ - [Prerequisites](#prerequisites)
10
11
- [Install plugin by manually](#install-plugin-by-manually)
11
12
- [Config plugin](#config-plugin)
12
13
- [Config job](#config-job)
13
14
- [View build result](#view-build-result)
14
- - [ Build] ( #build )
15
+ - [ Build plugin] ( #build-plugin )
16
+ - [Prerequisites](#prerequisites)
15
17
- [Compile](#compile)
16
18
- [Test](#test)
17
19
- [Package](#package)
@@ -29,10 +31,18 @@ Plugin currently support following features:
29
31
30
32
# Use plugin
31
33
34
+ ## Prerequisites
35
+
36
+ - Jenkins
37
+ - hyper-build-step-plugin.hpi
38
+ - Hyper_ credential
39
+
32
40
## Install plugin by manually
33
41
34
42
open Jenkins Web UI in web browser
35
43
44
+ get pre-build ` hyper-build-step-plugin.hpi ` [ here] ( target/hyper-build-step-plugin.hpi )
45
+
36
46
```
37
47
Manage Jenkins -> Manage Plugins -> Advanced -> Upload Plugin
38
48
```
@@ -41,7 +51,7 @@ Manage Jenkins -> Manage Plugins -> Advanced -> Upload Plugin
41
51
42
52
## Config plugin
43
53
44
- login https://console.hyper.sh to get a credential.
54
+ login https://console.hyper.sh to get a ` Hyper_ credential` .
45
55
46
56
```
47
57
Manage Jenkins -> Configure System -> Hyper Install And Config
@@ -63,7 +73,12 @@ Config -> Build -> Execute shell in Hyper_
63
73
![ ] ( images/view-result.PNG )
64
74
65
75
66
- # Build
76
+ # Build plugin
77
+
78
+ ## Prerequisites
79
+
80
+ - java 1.7+
81
+ - maven 3+
67
82
68
83
## Compile
69
84
```
You can’t perform that action at this time.
0 commit comments