Skip to content

Commit e4e2ca3

Browse files
committed
release v19.12
1 parent 218536d commit e4e2ca3

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed

changelog/2019/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
* [May](MAY.md)
88
* [August](AUG.md)
99
* [September](SEP.md)
10-
* [November](NOV.md)
10+
* [November](NOV.md)
11+
* [December](DEC.md)

changelog/2019/DEC.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
| Date | Version |
2+
| ------------- |:-------------:|
3+
| Dec 17 | 19.12 |
4+
5+
* Support clean by using default clean instruction registered on Xpresso.

downloads/v19.12/xpresso-plugin.hpi

5.49 MB
Binary file not shown.

guide/assets/images/buildconfig3.png

-11 KB
Loading
-9.55 KB
Loading

guide/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Provide the information about the Xpresso job to be executed.
6363
* The "Max Request Lifetime" is the maximum duration for the Request to get Completed until it is stopped.
6464
* Select the "Block until completed" to block running the next build step until the current build step is completed. The status of the current build step is checked periodically (every 2 minutes). The Xpresso job status URL will be provided on the console.
6565
* "Environment variables", "Job arguments", and "Harness arguments" are hidden under "Xpresso arguments (variables)" button. These are optional info, and they took Json format. A basic form validation will be performed against Json format while user configure these values. They will also accept the variable substitutions. User can define native Jenkins 'multi-line string' parameters and use them in these fields. No Json validation will be performed when use variables for these fields.
66-
* "Clean info" is optional. It accept Json format input or variable substitution.
66+
* "Clean" is optional. If checked, plugin uses default clean instruction to clean the selected testbed(s) before running. Only testbeds with a configured clean instruction will be cleaned. "Clean info" is also optional. It accept Json format input or variable substitution. once be specified, it overwrites the default clean instruction registered on Xpresso.
6767
* "Meta text", and "Meta files" are hidden under "Meta data" button. These are optional fields. "Meta text" allows user add any text based content in the request. "Meta files" takes a list of file paths (separated with space). The contents of the files will be added into the request when submitting the build to the xpresso. User should expect to see these meta info attached on the email report by the end of the execution.
6868
* "Xpresso instance URL", and "Xpresso token" are hidden under "Advanced..." button. These are optional fields. If configured, plugin ignores the pre-registered Xpresso settings ('Registered Xpresso URL' and 'Registered user ID') and use these project level authentication to communicate with the Xpresso.
6969

0 commit comments

Comments
 (0)