8000 fix(api): given variable name for pipeline parameters in suggest #448… · ovh/cds@c8ce345 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content 8000

Commit c8ce345

Browse files
bnjjjyesnault
authored andcommitted
fix(api): given variable name for pipeline parameters in suggest #4487 (#4514)
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
1 parent 90a52ba commit c8ce345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/api/stage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func (api *API) getStageConditionsHandler() service.Handler {
325325
}
326326

327327
for _, pipParam := range pipParams {
328-
data.ConditionNames = append(data.ConditionNames, pipParam.Name)
328+
data.ConditionNames = append(data.ConditionNames, "cds.pip."+pipParam.Name)
329329
}
330330

331331
// add cds variable

0 commit comments

Comments
 (0)
0