We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b0d9a commit be8e99eCopy full SHA for be8e99e
pkg/pipeline/bean/pipelineStage.go
@@ -130,7 +130,7 @@ func (s *StepVariableDto) IsEmptyValueAllowed(isTriggerStage bool) bool {
130
type ConditionDetailDto struct {
131
Id int `json:"id"`
132
ConditionOnVariable string `json:"conditionOnVariable"` //name of variable on which condition is written
133
- ConditionType repository.PipelineStageStepConditionType `json:"conditionType" validate:"oneof=SKIP TRIGGER SUCCESS FAIL"`
+ ConditionType repository.PipelineStageStepConditionType `json:"conditionType" validate:"oneof=SKIP TRIGGER FAIL PASS"`
134
ConditionalOperator string `json:"conditionOperator"`
135
ConditionalValue string `json:"conditionalValue"`
136
}
0 commit comments