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: roles/job_templates/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ This also speeds up the overall role.
108
108
|`webhook_service`|""|no|str|Service that webhook requests will be accepted from (github, gitlab)|
109
109
|`webhook_credential`|""|no|str|Personal Access Token for posting back the status to the service API|
110
110
|`scm_branch`|""|no|str|Branch to use in job run. Project default used if blank. Only allowed if project allow_override field is set to true.|
111
-
|`labels`|""|no|list|The labels applied to this job template|
111
+
|`labels`|""|no|list|The labels applied to this job template. NOTE: Labels must be created with the [labels](https://github.com/redhat-cop/controller_configuration/tree/devel/roles/labels) role first, an error will occur if the label supplied to this role does not exist.|
112
112
|`custom_virtualenv`|""|no|str|Local absolute file path containing a custom Python virtualenv to use.|
113
113
|`notification_templates_started`|""|no|list|The notifications on started to use for this organization in a list.|
114
114
|`notification_templates_success`|""|no|list|The notifications on success to use for this organization in a list.|
Copy file name to clipboardExpand all lines: roles/workflow_job_templates/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ This also speeds up the overall role.
71
71
|`allow_simultaneous`|""|no|bool|Allow simultaneous runs of the workflow job template.|
72
72
|`inventory`|""|no|str|Inventory applied as a prompt, assuming job template prompts for inventory|
73
73
|`limit`|""|no|str|Limit applied as a prompt, assuming job template prompts for limit|
74
-
|`labels`|""|no|str|The labels applied to this job template|
74
+
|`labels`|""|no|str|The labels applied to this job template. NOTE: Labels must be created with the [labels](https://github.com/redhat-cop/controller_configuration/tree/devel/roles/labels) role first, an error will occur if the label supplied to this role does not exist.|
75
75
|`ask_labels_on_launch`|""|no|bool|Prompt user for labels on launch.|
76
76
|`job_tags`|""|no|str|Comma separated list of the tags to use for the workflow job template.|
77
77
|`skip_tags`|""|no|str|Comma separated list of the tags to skip for the workflow job template.|
@@ -103,7 +103,7 @@ This also speeds up the overall role.
103
103
|`forks`|Job Template default|no|str|Forks applied as a prompt. Job Template default used if not set. Only allowed if `ask_forks_on_launch` set to true on Job Template|
104
104
|`instance_groups`|Job Template default|no|str| List of Instance Groups applied as a prompt. Job Template default used if not set. Only allowed if `ask_instance_groups_on_launch` set to true on Job Template|
105
105
|`job_slice_count`|Job Template default|no|str|Job Slice Count to use in the job run. Job Template default used if not set. Only allowed if `ask_job_slice_count_on_launch` set to true on Job Template|
106
-
|`labels`|Job Template default|no|list|List of labels to use in the job run. Job Template default used if not set. Only allowed if `ask_labels_on_launch` set to true on Job Template|
106
+
|`labels`|Job Template default|no|list|List of labels to use in the job run. Job Template default used if not set. Only allowed if `ask_labels_on_launch` set to true on Job Template. NOTE: Labels must be created with the [labels](https://github.com/redhat-cop/controller_configuration/tree/devel/roles/labels) role first, an error will occur if the label supplied to this role does not exist.|
107
107
|`timeout`|Job Template default|no|str|Timeout to use in the job run. Job Template default used if not set. Only allowed if `ask_timeout_on_launch` set to true on Job Template|
108
108
|`approval_node`|""|no|str|A dictionary of Name, description, and timeout values for the approval node. This parameter is mutually exclusive with unified_job_template.|
109
109
|`organization`|""|no|str|The organization of the workflow job template the node exists in. Used for looking up the workflow, not a direct model field.|
0 commit comments