Skip to content

Commit 218536d

Browse files
committed
release v19.11
1 parent 62dda7c commit 218536d

File tree

6 files changed

+9
-2
lines changed

6 files changed

+9
-2
lines changed

changelog/2019/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
* [April](APR.md)
77
* [May](MAY.md)
88
* [August](AUG.md)
9-
* [September](SEP.md)
9+
* [September](SEP.md)
10+
* [November](NOV.md)

changelog/2019/NOV.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
| Date | Version |
2+
| ------------- |:-------------:|
3+
| Nov 25 | 19.11 |
4+
5+
* Support project level token authentication

downloads/v19.11/xpresso-plugin.hpi

5.49 MB
Binary file not shown.

guide/assets/images/buildconfig3.png

1.57 KB
Loading
12.5 KB
Loading

guide/quick_start.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ From the "Add build step" select __Execute Xpresso Job__. This can be repeated
5656
### Step 3:
5757
Provide the information about the Xpresso job to be executed.
5858

59-
* Complete the mandatory information such as: "Xpresso URL", "User ID", "Group name", and "Branch name".
59+
* Complete the mandatory information such as: "Registered Xpresso URL", "Registered User ID", "Group name", and "Branch name".
6060
* "Job name" and "profile" are mandatory when no "Bundle profile" has been specified. If "Bundle profile" is provided, do not specify the following fields: "Job name", "Profile", "Testbeds", "Topology".
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.
@@ -65,6 +65,7 @@ Provide the information about the Xpresso job to be executed.
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.
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.
68+
* "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.
6869

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

0 commit comments

Comments
 (0)