Skip to content

Commit

Permalink
Fixing hpi build
Browse files Browse the repository at this point in the history
  • Loading branch information
Waschndolos committed Jan 10, 2023
1 parent 59b4809 commit 98e5b59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin()
buildPlugin(jdkVersions: [11])
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<properties>
<!-- when updated the io.jenkins.tools.bom:bom-X.Y.Z must be updated too -->
<jenkins.version>2.319.3</jenkins.version>
<java.level>8</java.level>
<jenkins.version>2.361</jenkins.version>
<java.level>11</java.level>

<prometheus.simpleclient.version>0.16.0</prometheus.simpleclient.version>
<slf4j.version>2.0.5</slf4j.version>
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/index.jelly
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?jelly escape-by-default='true'?>
<div>
Jenkins Prometheus Plugin expose an endpoint (default /prometheus) with metrics where a Prometheus Server can scrape.
</div>

0 comments on commit 98e5b59

Please sign in to comment.