forked from lsjostro/prometheus-plugin
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #107 from jenkinsci/develop
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
</parent> | ||
|
||
<artifactId>prometheus</artifactId> | ||
<version>2.0.4</version> | ||
<version>2.0.5-SNAPSHOT</version> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
darxriggs
|
||
<packaging>hpi</packaging> | ||
<name>Prometheus metrics plugin</name> | ||
<description>Expose Jenkins metrics in prometheus format</description> | ||
|
@@ -62,7 +62,6 @@ | |
<url>http://repo.jenkins-ci.org/public/</url> | ||
</pluginRepository> | ||
</pluginRepositories> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.jenkins-ci.plugins.workflow</groupId> | ||
|
@markyjackson-taulia you released this in GitHub as prometheus-2.0.5.
Could you please also release it in the Jenkins ecosystem as new plugin version? It seems that even 2.0.4 is missing there - see https://updates.jenkins-ci.org/download/plugins/prometheus/ and http://stats.jenkins.io/pluginversions/prometheus.html. According to https://plugins.jenkins.io/prometheus, 2.0.0 is the latest release.