Skip to content

Commit 62dda7c

Browse files
committed
release v19.9
1 parent f1b8593 commit 62dda7c

File tree

6 files changed

+9
-1
lines changed

6 files changed

+9
-1
lines changed

changelog/2019/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
* [April](APR.md)
77
* [May](MAY.md)
88
* [August](AUG.md)
9+
* [September](SEP.md)

changelog/2019/SEP.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
| Date | Version |
2+
| ------------- |:-------------:|
3+
| Sep 27 | 19.9 |
4+
5+
* Support http and https protocol to communicate with the Xpresso.
6+
* Support Xpresso 'meta' data in both text format and files format.

downloads/v19.9/xpresso-plugin.hpi

5.49 MB
Binary file not shown.

guide/assets/images/buildconfig3.png

29.5 KB
Loading
76.6 KB
Loading

guide/quick_start.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ Provide the information about the Xpresso job to be executed.
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.
6666
* "Clean info" is optional. It accept Json format input or variable substitution.
67-
* "Mata data" is optional. It accept Json format input or variable substitution.
67+
* "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

6969
![](assets/images/buildconfig3.png)
70+
![](assets/images/buildconfig3_2.png)
7071

7172
### Step 4:
7273
Validate the information about the job. Once required information is completed, click the "validate" button.

0 commit comments

Comments
 (0)