Skip to content

Commit

Permalink
[JENKINS-49083] - Make the plugin buildable in PCT
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jan 23, 2018
1 parent a4e6ff2 commit 96e0b09
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Expand Up @@ -130,9 +130,22 @@
</build>

<scm>
<connection>scm:git:http://github.com/jenkinsci/rabbitmq-consumer-plugin.git</connection>
<connection>scm:git:https://github.com/jenkinsci/rabbitmq-consumer-plugin.git</connection>
<developerConnection>scm:git:https://github.com/jenkinsci/rabbitmq-consumer-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/rabbitmq-consumer-plugin</url>
<tag>HEAD</tag>
</scm>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 96e0b09

Please sign in to comment.