Sha256: 48d42c70b6414416ba56c253a4fb7fa4ba616824b8416b95ac8102e7caff5d3f

Contents?: true

Size: 292 Bytes

Versions: 5

Compression:

Stored size: 292 Bytes

Contents

---
- job:
    name: choice
    parameters:
      - name: Param1
        type: string
        default: release
        description: The git branch to be used when building application
      - name: choice
        type: choice
        values:
          - one
          - two
          - three

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jenkins_pipeline_builder-0.5.2 spec/unit_tests/fixtures/files/choice_parameter.yaml
jenkins_pipeline_builder-0.5.1 spec/unit_tests/fixtures/files/choice_parameter.yaml
jenkins_pipeline_builder-0.5.0 spec/unit_tests/fixtures/files/choice_parameter.yaml
jenkins_pipeline_builder-0.4.2 spec/unit_tests/fixtures/files/choice_parameter.yaml
jenkins_pipeline_builder-0.4.0 spec/unit_tests/fixtures/files/choice_parameter.yaml