Skip to content

Commit f2011af

Browse files
authored
Update step.yaml (#532)
1 parent 3b3b034 commit f2011af

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

graduated/codefresh-run/step.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,54 +59,54 @@ spec:
5959
},
6060
"PIPELINE_ID": {
6161
"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."
6363
},
6464
"TRIGGER_ID": {
6565
"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. ",
6767
"default": ""
6868
},
6969
"BRANCH": {
7070
"type": "string",
71-
"description": "Branch",
71+
"description": "Branch for which to run the pipeline. When defined, TRIGGER_ID must also be defined.",
7272
"examples": ["master"],
7373
"default": ""
7474
},
7575
"SHA": {
7676
"type": "string",
77-
"description": "Set commit sha",
77+
"description": "Git commit hash. When defined, TRIGGER_ID must also be defined.",
7878
"examples": ["c777d850ff67969cb4eb9e041d7edeb367705e12"],
7979
"default": ""
8080
},
8181
"NO_CACHE": {
8282
"type": "boolean",
83-
"description": "Ignore cached images",
83+
"description": "Ignore cached images.",
8484
"default": false
8585
},
8686
"NO_CF_CACHE": {
8787
"type": "boolean",
88-
"description": "Ignore Codefresh cache optimizations",
88+
"description": "Ignore Codefresh cache optimizations.",
8989
"default": false
9090
},
9191
"ENABLE_NOTIFICATIONS": {
9292
"type": "boolean",
93-
"description": "Report notifications about pipeline execution",
93+
"description": "Send email notifications on pipeline build status.",
9494
"default": false
9595
},
9696
"RESET_VOLUME": {
9797
"type": "boolean",
98-
"description": "Reset pipeline cached volume",
98+
"description": "Reset pipeline cached volume.",
9999
"default": false
100100
},
101101
"RUNTIME_NAME": {
102102
"type": "string",
103-
"description": "Runtime environment to run the pipeline",
103+
"description": "Runtime environment to run the pipeline.",
104104
"examples": ["my-runtime-name"],
105105
"default": ""
106106
},
107107
"DETACH": {
108108
"type": "boolean",
109-
"description": "Run pipeline and print build ID",
109+
"description": "Run pipeline without assigning to a project and print build ID.",
110110
"default": false
111111
},
112112
"FOLLOW_LOGS": {
@@ -119,7 +119,7 @@ spec:
119119
"items": {
120120
"type": "string"
121121
},
122-
"description": "Run pipeline with contexts",
122+
"description": "Run pipeline with execution contexts.",
123123
"examples": ["git-context-1"],
124124
"default": []
125125
},
@@ -128,19 +128,19 @@ spec:
128128
"items": {
129129
"type": "string"
130130
},
131-
"description": "Set build variables",
131+
"description": "Set build variables.",
132132
"examples": ["key=val"],
133133
"default": []
134134
},
135135
"VARIABLE_FILE": {
136136
"type": "string",
137-
"description": "Set build variables from a file",
137+
"description": "Import build variables from a file.",
138138
"examples": ["/codefresh/volume/my-repo/var_file_example.yml"],
139139
"default": ""
140140
},
141141
"TIMEOUT_MINS": {
142142
"type": "string",
143-
"description": "Timeout in mins",
143+
"description": "Timeout in minutes after which to consider pipeline build as failed.",
144144
"examples": ["33.3", "45"],
145145
"default": "45"
146146
},
@@ -149,7 +149,7 @@ spec:
149149
"items": {
150150
"type": "string"
151151
},
152-
"description": "run only specifc steps",
152+
"description": "Run only specifc steps defined.",
153153
"examples": ["step1", "step2"],
154154
"default": []
155155
},
@@ -158,7 +158,7 @@ spec:
158158
"items": {
159159
"type": "string"
160160
},
161-
"description": "skip specifc steps",
161+
"description": "Skip the specifc steps defined.",
162162
"examples": ["step1", "step2"],
163163
"default": []
164164
}

0 commit comments

Comments
 (0)