Skip to content

Commit 2fcbaba

Browse files
committed
release v19.5
1 parent b96497f commit 2fcbaba

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

changelog/2019/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
* [February](FEB.md)
55
* [March](MAR.md)
66
* [April](APR.md)
7+
* [May](MAY.md)

changelog/2019/MAY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
| Date | Version |
2+
| ------------- |:-------------:|
3+
| May 28 | 19.5 |
4+
5+
* Support extra Xpresso meta data:
6+
- environment variables
7+
- job arguments
8+
- harness arguments
9+
- clean info

downloads/v19.5/xpresso-plugin.hpi

5.49 MB
Binary file not shown.

guide/assets/images/buildconfig3.png

100755100644
19 KB
Loading

guide/quick_start.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ Provide the information about the Xpresso job to be executed.
6161
* The "Testbeds" and "Topology" are optional, if not been provided the default values configured in Xpresso will be used. "Testbeds" and "Topology" are mutually exclusive, only one can be provided.
6262
* "Send topology email" is optional. To send topology email, "Topology" field has to be specified.
6363
* The "Max Request Lifetime" is the maximum duration for the Request to get Completed until it is stopped.
64-
* 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.
64+
* 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.
65+
* "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.
6567

6668
![](assets/images/buildconfig3.png)
6769

0 commit comments

Comments
 (0)