Skip to content

Commit f1b8593

Browse files
committed
release v19.8
1 parent 18bdbf5 commit f1b8593

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

changelog/2019/AUG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
| Date | Version |
2+
| ------------- |:-------------:|
3+
| Aug 27 | 19.8 |
4+
5+
* Support Xpresso 'meta' data in Json format to request.

changelog/2019/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
* [March](MAR.md)
66
* [April](APR.md)
77
* [May](MAY.md)
8+
* [August](AUG.md)

downloads/v19.8/xpresso-plugin.hpi

5.49 MB
Binary file not shown.

guide/assets/images/buildconfig3.png

2.12 KB
Loading

guide/quick_start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ 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.
6768

6869
![](assets/images/buildconfig3.png)
6970

0 commit comments

Comments
 (0)