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: graduated/codefresh-run/step.yaml
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -59,54 +59,54 @@ spec:
59
59
},
60
60
"PIPELINE_ID": {
61
61
"type": "string",
62
-
"description": "Pipeline name or id"
62
+
"description": "Name or ID of pipeline to run. In the UI, select Pipelines. Click pipeline name, then select Settings, and get the Name and ID."
63
63
},
64
64
"TRIGGER_ID": {
65
65
"type": "string",
66
-
"description": "Trigger id or name",
66
+
"description": "Name or ID of trigger for specified pipeline. Mandatory when BRANCH or SHA are defined. In the UI, select Pipelines. Click pipeline name, then select Workflows > Triggers. Click Edit and get the Name. ",
67
67
"default": ""
68
68
},
69
69
"BRANCH": {
70
70
"type": "string",
71
-
"description": "Branch",
71
+
"description": "Branch for which to run the pipeline. When defined, TRIGGER_ID must also be defined.",
72
72
"examples": ["master"],
73
73
"default": ""
74
74
},
75
75
"SHA": {
76
76
"type": "string",
77
-
"description": "Set commit sha",
77
+
"description": "Git commit hash. When defined, TRIGGER_ID must also be defined.",
0 commit comments