You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/artifactory/buildaddgit/help.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ package buildaddgit
3
3
varUsage= []string{"rt bag [command options] <build name> <build number> [Path To .git]"}
4
4
5
5
funcGetDescription() string {
6
-
return"Collects the Git revision and URL from the local .git directory and adds it to the build-info.\n"+
7
-
"It can also collect the list of tracked project issues (for example, issues stored in JIRA or other bug tracking systems) and add them to the build-info.\n"+
8
-
"The issues are collected by reading the git commit messages from the local git log.\n"+
9
-
"Each commit message is matched against a pre-configured regular expression, which retrieves the issue ID and issue summary.\n"+
10
-
"The information required for collecting the issues is retrieved from a yaml configuration file provided to the command."
6
+
return`Collects the Git revision and URL from the local .git directory and adds it to the build-info.
7
+
It can also collect the list of tracked project issues (for example, issues stored in JIRA or other bug tracking systems) and add them to the build-info.
8
+
The issues are collected by reading the git commit messages from the local git log.
9
+
Each commit message is matched against a pre-configured regular expression, which retrieves the issue ID and issue summary.
10
+
The information required for collecting the issues is retrieved from a yaml configuration file provided to the command.`
return"Copy full Artifactory configuration from source Artifactory server to target Artifactory server. Warning - This action will wipe all Artifactory content in this target server."
6
+
return`Copy full Artifactory configuration from source Artifactory server to target Artifactory server.
7
+
Warning - This action will wipe all Artifactory content in this target server.`
0 commit comments