Skip to content

Commit 0088d30

Browse files
committedOct 24, 2019
Require Jenkins 2.164.1, Confluence to GitHub move
Background: https://jenkins.io/blog/2019/10/21/plugin-docs-on-github/ * Add to Release Drafter: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc * Add new plugin info badges to README * Change primary wiki to GitHub README in POM * Bump Jenkins dependency to 2.164.1
1 parent f0224c8 commit 0088d30

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
 

‎.github/release-drafter.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
_extends: .github
2+
tag-template: config-driven-pipeline-$NEXT_MINOR_VERSION

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Config-Driven Pipeline Plugin
22
[![License](https://img.shields.io/github/license/jenkinsci/config-driven-pipeline-plugin.svg)](LICENSE)
3-
[![wiki](https://img.shields.io/badge/Config--Driven%20Pipeline%20Plugin-WIKI-blue.svg?style=flat)](https://plugins.jenkins.io/config-driven-pipeline)
3+
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/config-driven-pipeline.svg)](https://plugins.jenkins.io/config-driven-pipeline)
4+
[![GitHub release](https://img.shields.io/github/release/jenkinsci/config-driven-pipeline-plugin.svg?label=changelog)](https://github.com/jenkinsci/config-driven-pipeline-plugin/releases/latest)
5+
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/config-driven-pipeline.svg?color=blue)](https://plugins.jenkins.io/config-driven-pipeline)
46

57
## Purpose
68
Would you like to share `Jenkinsfile` without copy-pasting in git (or other SCMs) but

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<name>Config-Driven Pipeline Plugin</name>
1717
<description>Uses a config file in the source repo to route to a Jenkinsfile in a centralized repo of Jenkinsfiles
1818
and provides the config content as a PIPELINE_CONFIG environment variable to hydrate the pipeline with data.</description>
19-
<url>https://wiki.jenkins-ci.org/display/JENKINS/Config-Driven+Pipeline+Plugin</url>
19+
<url>https://github.com/jenkinsci/config-driven-pipeline-plugin</url>
2020
<licenses>
2121
<license>
2222
<name>MIT License</name>
@@ -52,7 +52,7 @@
5252
<jacoco-maven-plugin.version>0.7.9</jacoco-maven-plugin.version>
5353
<java.level>8</java.level>
5454
<java.version>1.8</java.version>
55-
<jenkins.version>2.107.3</jenkins.version>
55+
<jenkins.version>2.164.1</jenkins.version>
5656
<junit.version>4.12</junit.version>
5757
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
5858
<pipeline-utility-steps-test.version>2.0</pipeline-utility-steps-test.version>

0 commit comments

Comments
 (0)
Please sign in to comment.