liumazi / describe-with-params-plugin

Set the Jenkins build description with parameters and starter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

Set the Jenkins build description with parameters and starter.

License:MIT License


Languages

Language:Java 94.1%Language:HTML 5.9%