-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4006a94
commit 2da5948
Showing
11 changed files
with
76 additions
and
21 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
src/main/resources/io/harness/plugins/harness_bva/extensions/DescribedJobConfig/help-id.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...in/resources/io/harness/plugins/harness_bva/extensions/DescribedJobConfig/help-id_ja.html
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
.../resources/io/harness/plugins/harness_bva/extensions/DescribedJobConfig/help-jobName.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<div> | ||
<p> | ||
Specify the job name. e.g. Job Name is "Build some code" and Job Param Name is "branch" and Job Param Value is "dev". | ||
</p> | ||
<p> | ||
<b>NOTE:</b><br/> The job name supports regex. | ||
</p> | ||
<p> | ||
Examples: | ||
</p> | ||
<p> | ||
<code> | ||
Build | ||
</code> | ||
</p> | ||
<p> | ||
<code> | ||
Build.* | ||
</code> | ||
</p> | ||
</div> |
21 changes: 21 additions & 0 deletions
21
...esources/io/harness/plugins/harness_bva/extensions/DescribedJobConfig/help-paramName.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<div> | ||
<p> | ||
Specify the job parameter name. e.g. Job Name is "Build some code" and Job Param Name is "branch" and Job Param Value is "dev". | ||
</p> | ||
<p> | ||
<b>NOTE:</b><br/> The param name supports regex. | ||
</p> | ||
<p> | ||
Examples: | ||
</p> | ||
<p> | ||
<code> | ||
branch | ||
</code> | ||
</p> | ||
<p> | ||
<code> | ||
branch.* | ||
</code> | ||
</p> | ||
</div> |
21 changes: 21 additions & 0 deletions
21
...sources/io/harness/plugins/harness_bva/extensions/DescribedJobConfig/help-paramValue.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<div> | ||
<p> | ||
Specify the job parameter value. e.g. Job Name is "Build some code" and Job Param Name is "branch" and Job Param Value is "dev". | ||
</p> | ||
<p> | ||
<b>NOTE:</b><br/> The param value supports regex. | ||
</p> | ||
<p> | ||
Examples: | ||
</p> | ||
<p> | ||
<code> | ||
dev | ||
</code> | ||
</p> | ||
<p> | ||
<code> | ||
dev.* | ||
</code> | ||
</p> | ||
</div> |
3 changes: 0 additions & 3 deletions
3
...main/resources/io/harness/plugins/harness_bva/extensions/DescribedJobConfig/help-url.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...n/resources/io/harness/plugins/harness_bva/extensions/DescribedJobConfig/help-url_ja.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ources/io/harness/plugins/harness_bva/extensions/ManagedJobConfig/help-caCertificate.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/main/resources/io/harness/plugins/harness_bva/extensions/ManagedJobConfig/help-id.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/main/resources/io/harness/plugins/harness_bva/extensions/ManagedJobConfig/help-url.html
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
...urces/io/harness/plugins/harness_bva/extensions/ManagedJobConfig/help-useParamFilter.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<div> | ||
<p> | ||
A job can be specified in one of two ways: | ||
1) Specify the job name. e.g. Job Name is "Deploy some code". | ||
2) Specify the job parameter name & job parameter value. e.g. Job Name is "Deploy some code" and Job Param Name is "region" and Job Param Value is "us-west". | ||
</p> | ||
<p> | ||
<b>NOTE:</b><br/> The job name, param name & param value all support regex. | ||
</p> | ||
<p> | ||
By default job parameter name & parameter value are non needed. | ||
</p> | ||
</div> |