Skip to content

Commit

Permalink
Add confluence link and tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jan 6, 2016
1 parent 63774de commit 7ce3d1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Empty file added CHANGELOG.md
Empty file.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Jenkins Yaml Axis Plugin
Matrix project axis creation plugin using yaml file

https://wiki.jenkins-ci.org/display/JENKINS/Yaml+Axis+Plugin

[![Build Status](https://jenkins.ci.cloudbees.com/buildStatus/icon?job=plugins/yaml-axis-plugin)](https://jenkins.ci.cloudbees.com/job/plugins/job/yaml-axis-plugin/)

## Usage
### 1. Add yaml file to repository
example
Expand All @@ -19,7 +23,7 @@ DATABASE:
```
### 2. Create Multi-configuration project
![matrix](doc/new_job.png)
![new_job](doc/new_job.png)
### 3. Configuration Matrix
Choose **Yaml Axis**
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 7ce3d1b

Please sign in to comment.