/describe-with-params-plugin

Set the Jenkins build description with parameters and starter.

Primary LanguageJavaMIT LicenseMIT

Describe With Params Plugin

Build Status Contributors Jenkins Plugin GitHub release Jenkins Plugin Installs


Introduction

Set the build description with parameters and starter, like this:

build-history-desc.png


Usage for freestyle job

Add it to the build step, in your job configuration page, and setting it.

add-build-step plugin-setting


Usage for pipeline job

step([$class: 'DescribeWithParamsBuilder', starter: 'true', separator: '', excludes: ''])

Issues

Report issues and enhancements in the Jenkins issue tracker.


Contributing

contribution guidelines


LICENSE

Licensed under MIT, see LICENSE