Skip to content

Commit d37e73b

Browse files
committed
Sneaking in a download locations update
Sneaking in a download locations update
1 parent a9fc99b commit d37e73b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

buildSrc/src/main/java/com/blackduck/integration/detect/docs/content/Terms.java

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public Terms() {
1111
termMap.put("script_repo_url_bash", "https://detect.blackduck.com/detect10.sh");
1212
termMap.put("script_repo_url_powershell", "https://detect.blackduck.com/detect10.ps1");
1313
termMap.put("binary_repo_url_project", "https://repo.blackduck.com/bds-integrations-release/com/blackduck/integration/detect/");
14+
termMap.put("binary_repo_url_project_old", "https://repo.blackduck.com/bds-integrations-release/com/synopsys/integration/synopsys-detect/");
1415
termMap.put("binary_repo_ui_url_project", "https://repo.blackduck.com/bds-integrations-release/com/blackduck/integration/detect/");
1516
//No UI for repo.blackduck.com as of 2024-09-25
1617
termMap.put("binary_repo_jenkins_url_project", "https://repo.blackduck.com/bds-integrations-release/com/blackducksoftware/integration/blackduck-detect/");

documentation/src/main/resources/templates/downloadlocations.ftl

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ The following are download locations for the current version of [detect_product_
44

55
* [detect_product_short] Bash script: [Bash script](${script_repo_url_bash})
66
* The [detect_product_short] PowerShell script: [PowerShell script](${script_repo_url_powershell})
7-
* The [detect_product_short] binary repository (.jar and air gap zip files): [Binary files](${binary_repo_url_project})
7+
* Version 10.0.0 and later [detect_product_short] binary repository (.jar and air gap zip files): [Binary files](${binary_repo_url_project})
8+
* Version 9.10.1 and prior [detect_product_short] binary repository (.jar and air gap zip files): [Binary files](${binary_repo_url_project_old})
9+
810
* The [detect_product_short] repository for the Jenkins plugin: [Release Artifacts Repository](${binary_repo_jenkins_url_project})
911

1012
**Note:** For certain types of projects, [detect_product_short] automatically downloads one or more [inspectors](../components/inspectors.md) as needed.

0 commit comments

Comments
 (0)