From 9be496da857193683e95b3df7a5c6005b7172f36 Mon Sep 17 00:00:00 2001 From: sue445 Date: Wed, 6 Jan 2016 22:36:49 +0900 Subject: [PATCH] Add confluence link and tweak doc --- CHANGELOG.md | 0 README.md | 4 +++- build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index e075ad7..c36ce42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Jenkins Yaml Axis Plugin Matrix project axis creation plugin using yaml file +https://wiki.jenkins-ci.org/display/JENKINS/Yaml+Axis+Plugin + ## Usage ### 1. Add yaml file to repository example @@ -19,7 +21,7 @@ DATABASE: ``` ### 2. Create Multi-configuration project -![matrix](doc/new_job.png) +![new_job](doc/new_job.png) ### 3. Configuration Matrix Choose **Yaml Axis** diff --git a/build.gradle b/build.gradle index 4962c2a..ed63505 100644 --- a/build.gradle +++ b/build.gradle @@ -15,13 +15,13 @@ apply plugin: 'groovy' group = "org.jenkins-ci.plugins" -version = "0.0.1-SNAPSHOT" +version = "0.1.0-SNAPSHOT" description = "Matrix project axis creation plugin using yaml file" jenkinsPlugin { coreVersion = '1.609' displayName = 'Yaml Axis plugin' - url = 'http://wiki.jenkins-ci.org/display/JENKINS/SomePluginPage' // TODO: fix after + url = 'https://wiki.jenkins-ci.org/display/JENKINS/Yaml+Axis+Plugin' gitHubUrl = 'https://github.com/jenkinsci/yaml-axis-plugin' shortName = 'yaml-axis'