Skip to content

Commit 01eac51

Browse files
committed
Cleanup job config text and help
1 parent 76abe26 commit 01eac51

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

src/main/java/org/jenkinsci/plugins/mktmpio/MktmpioBuildWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public boolean isApplicable(AbstractProject<?, ?> item) {
138138
}
139139

140140
public String getDisplayName() {
141-
return "Temporary databases by mktmpio";
141+
return "Create temporary database server for build";
142142
}
143143

144144
public ListBoxModel doFillInstanceTypeItems() {
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
<div>
2-
Type of temporary database to create.
3-
Database connection and credential details will be exposed as environment variables.
2+
Specify the type of temporary database to create.
3+
<p>
4+
Database connection and credential details will be exposed as environment variables.
5+
<dl>
6+
<dt>MKTMPIO_HOST</dt>
7+
<dd>hostname or IP of database server</dd>
8+
<dt>MKTMPIO_PORT</dt>
9+
<dd>port the server is listening on</dd>
10+
<dt>MKTMPIO_USERNAME</dt>
11+
<dd>root-level user to use when connecting to the server, if required</dd>
12+
<dt>MKTMPIO_PASSWORD</dt>
13+
<dd>password for server, if required</dd>
14+
<dt>MKTMPIO_ID</dt>
15+
<dd>mktmpio instance id, which can be useful for debugging</dd>
16+
<dt>MKTMPIO_TYPE</dt>
17+
<dd>type of server that has been created</dd>
18+
</dl>
19+
</p>
20+
421
</div>

0 commit comments

Comments
 (0)