Skip to content

Commit ff41513

Browse files
authored
Merge pull request #1601 from blackducksoftware/dev/devm/jenkins-doc-update
Update Jenkins Plugin Docs
2 parents 2ec25ee + 25b82c8 commit ff41513

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

documentation/src/main/markdown/integrations/jenkinsplugin/autoescapingparameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Jenkins enables you to set an environment variable at different levels, such as
1717

1818
[detect_product_long] for Jenkins allows some special characters when *DETECT\_PLUGIN\_ESCAPING* is set to false, and spaces can be included without escape sequences provided that they are enclosed in single or double quotes as described above for different agents. Therefore, instead of `My\ Test\ Project1`, you can pass it as `'My Test Project1'`, the project will be created and uploaded to [bd_product_short] as `My Test Project1*.*`
1919

20-
If *DETECT\_PLUGIN\_ESCAPING* is set to true, then you can use backtick (\`) to escape spaces which are passed within argument values. Therefore, you can pass values as "Windows` Project" in the arguments.
20+
When *DETECT\_PLUGIN\_ESCAPING* is set to true, you can provide values that are enclosed in double quotes. For instance, values such as "Windows Project" may be included in the arguments.
2121

documentation/src/main/markdown/integrations/jenkinsplugin/pluginreleasenotes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Release Notes for Jenkins Plugin
22

3+
## Version 11.0.0
4+
**New features**
5+
6+
* This release is compatible with [detect_product_long] 11.x.x. (Downloading and using detect11.(sh/ps1)).
7+
8+
**Changed features**
9+
10+
* Updated to use [detect_product_long] 11.x.x for execution.
11+
* Jenkins version 2.462.3 or later is required.
12+
13+
<note type="note">Configuration and usage of the plugin is unchanged.</note>
14+
315
## Version 10.0.0
416

517
**Notice**

0 commit comments

Comments
 (0)