Skip to main content

Jenkins Job Builder Active Choice Parameter builder

Project description

https://travis-ci.org/bgaifullin/jenkins-job-builder-active-choice.png?branch=master https://img.shields.io/pypi/v/jenkins-job-builder-active-choice.svg

Enables support for Active Choice Plugin plugin in Jenkins Job Builder.

Example:

- job:
    name: 'active-choice-example'

    parameters:
      - string:
          name: STR_PARAM
          default: test
      - active-choice:
          name: ACTIVE_CHOICE
          script: |
            return ['foo:selected', 'bar']
          description: "A parameter named ACTIVE_CHOICE which options foo and bar."
          visible-item-count: 1
          fallback-script: |
            return ['Something Wrong']
          reference: STR_PARAM
          project: 'active-choice-example'
          choice-type: single

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page