Skip to content

Commit 9ae98ad

Browse files
authored
Make semicolon and comma separation syntaxes clearer (#117)
1 parent 0ed3a84 commit 9ae98ad

17 files changed

+367
-367
lines changed

jfrog-applications/frogbot/setup-frogbot-using-azure-pipelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
# JF_MIN_SEVERITY: ""
321321

322322
# [Optional]
323-
# List of comma separated email addresses to receive email notifications about secrets
323+
# List of comma-separated(,) email addresses to receive email notifications about secrets
324324
# detected during pull request scanning. The notification is also sent to the email set
325325
# in the committer git profile regardless of whether this variable is set or not.
326326
# JF_EMAIL_RECEIVERS: ""

jfrog-applications/frogbot/setup-frogbot-using-gitlab-ci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ frogbot-scan:
178178
# JF_GIT_EMAIL_AUTHOR: ""
179179

180180
# [Optional]
181-
# List of comma separated email addresses to receive email notifications about secrets
181+
# List of comma-separated(,) email addresses to receive email notifications about secrets
182182
# detected during pull request scanning. The notification is also sent to the email set
183183
# in the committer git profile regardless of whether this variable is set or not.
184184
# JF_EMAIL_RECEIVERS: ""

jfrog-applications/frogbot/setup-frogbot-using-jenkins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
// JF_GIT_EMAIL_AUTHOR= ""
278278
279279
// [Optional]
280-
// List of comma separated email addresses to receive email notifications about secrets
280+
// List of comma-separated(,) email addresses to receive email notifications about secrets
281281
// detected during pull request scanning. The notification is also sent to the email set
282282
// in the committer git profile regardless of whether this variable is set or not.
283283
// JF_EMAIL_RECEIVERS= ""

jfrog-applications/frogbot/templates/github-actions/frogbot-scan-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
# JF_MIN_SEVERITY: ""
129129

130130
# [Optional]
131-
# List of comma separated email addresses to receive email notifications about secrets
131+
# List of comma-separated(,) email addresses to receive email notifications about secrets
132132
# detected during pull request scanning. The notification is also sent to the email set
133133
# in the committer git profile regardless of whether this variable is set or not.
134134
# JF_EMAIL_RECEIVERS: ""

jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/build-integration.md

+49-49
Large diffs are not rendered by default.

jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/environment-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Some of the Artifactory commands make use of the following environment variable:
1515
| **JFROG\_CLI\_BUILD\_NUMBER** | Build number to be used by commands which expect a build number, unless sent as a command argument or option. |
1616
| **JFROG\_CLI\_BUILD\_PROJECT** | JFrog project key to be used by commands that expect build name and build number. Determines the project of the published build. |
1717
| **JFROG\_CLI\_BUILD\_URL** | Sets the CI server build URL in the build-info. The "jf rt build-publish" command uses the value of this environment variable unless the --build-url command option is sent. |
18-
| **JFROG\_CLI\_ENV\_EXCLUDE** | <p>[Default: *password*;*secret*;*key*;*token*]<br>List of Semicolon-separated case insensitive patterns in the form of "value1;value2;...". Environment variables match those patterns will be excluded. This environment variable is used by the "jf rt build-publish" command, in case the --env-exclude command option is not sent.</p> |
18+
| **JFROG\_CLI\_ENV\_EXCLUDE** | <p>[Default: *password*;*secret*;*key*;*token*]<br>List of semicolon-separated(;) case insensitive patterns in the form of "value1;value2;...". Environment variables match those patterns will be excluded. This environment variable is used by the "jf rt build-publish" command, in case the --env-exclude command option is not sent.</p> |
1919
| **JFROG\_CLI\_TRANSITIVE\_DOWNLOAD\_EXPERIMENTAL** | <p>[Default: false]<br>Used by the "jf rt download" command. Set to true to download artifacts also from remote repositories. This feature is experimental and available on Artifactory version 7.17.0 or higher.</p> |
2020
| **JFROG\_CLI\_UPLOAD\_EMPTY\_ARCHIVE** | <p>[Default: false]<br>Used by the "jf rt upload" command. Set to true if you'd like to upload an empty archive when '--archive' is set but all files were excluded by exclusions pattern.</p> |
2121

0 commit comments

Comments
 (0)