ui/lib/pipeline/addon/utils/branchConditionsEnums.js

12 lines
306 B
JavaScript

export default [
{
value: 'only',
label: 'newPipelineStep.stepType.scm.branchConditionsEnums.only'
}, {
value: 'except',
label: 'newPipelineStep.stepType.scm.branchConditionsEnums.except'
}, {
value: 'all',
label: 'newPipelineStep.stepType.scm.branchConditionsEnums.all'
}]