Skip to content

Commit

Permalink
docs(support): Add Issue and wiki links
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Dec 9, 2016
1 parent a9f2c68 commit 04038fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![Build Status](https://jenkins.ci.cloudbees.com/job/plugins/job/rocketchatnotifier-plugin/badge/icon)](https://jenkins.ci.cloudbees.com/job/plugins/job/rocketchatnotifier-plugin/)
[![Build Status](https://martinreinhardt-online.de/jenkins/buildStatus/icon?job=rocketchatnotifier-plugin/master)](https://martinreinhardt-online.de/jenkins/job/rocketchatnotifier-plugin/job/master/)

The current alpha is available via the [Experimental Plugins Update Center](https://jenkins.io/blog/2013/09/23/experimental-plugins-update-center/).

## Usage

You can use it in the Workflow/Pipeline DSL
Expand Down
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
Expand Down Expand Up @@ -216,6 +217,16 @@
</dependency>
</dependencies>

<issueManagement>
<system>JIRA</system>
<url>https://issues.jenkins-ci.org/issues/?jql=project+%3D+JENKINS+AND+component+%3D+rocket-chat-notifier-plugin</url>
</issueManagement>

<ciManagement>
<system>Jenkins</system>
<url>https://jenkins.ci.cloudbees.com/job/plugins/job/rocketchatnotifier-plugin/</url>
</ciManagement>

<url>https://wiki.jenkins-ci.org/display/JENKINS/RocketChat+Plugin</url>

<developers>
Expand Down

0 comments on commit 04038fc

Please sign in to comment.