Skip to content

Commit 5bd20ad

Browse files
authored
Merge pull request #82 from jenkinsci/res0nance-patch-2
Add build badges to README and a link to the changelog
2 parents 51b0d77 + cdd1297 commit 5bd20ad

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Parameterized Scheduler
22
=======================
33

4-
A Jenkins Plugin to support setting parameters in the build schedule. Using multiple cron lines each ending with a % and some name=value pairs you can schedule your parameterized build to run with different parameters at different times. It may turn out that
5-
[this improvement request JENKINS-16352](https://issues.jenkins-ci.org/browse/JENKINS-16352)
6-
will be implemented in Jenkins core. Then this plugin will no longer be needed. My first thought is to try it out as a plugin.
7-
This plugin now supports [declarative Jenkins pipelines](https://jenkins.io/doc/book/pipeline/syntax/#declarative-pipeline). See configuration example below.
4+
[![Jenkins](https://ci.jenkins.io/job/Plugins/job/parameterized-scheduler-plugin/job/master/badge/icon)](https://ci.jenkins.io/job/Plugins/job/parameterized-scheduler-plugin/job/master/)
5+
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/parameterized-scheduler.svg)](https://plugins.jenkins.io/parameterized-scheduler)
6+
[![GitHub release](https://img.shields.io/github/release/jenkinsci/parameterized-scheduler-plugin.svg?label=changelog)](https://github.com/jenkinsci/parameterized-scheduler-plugin/releases/latest)
7+
8+
A Jenkins Plugin to support setting parameters in the build schedule. Using multiple cron lines each ending with a % and some name=value pairs you can schedule your parameterized build to run with different parameters at different times.
89

910
## Installation ##
1011
To install this plugin follow the [Jenkins Plugin installation instructions](https://www.jenkins.io/doc/book/managing/plugins/)

0 commit comments

Comments
 (0)