Skip to content

Commit

Permalink
Merge pull request #53 from Pldi23/flakebusters
Browse files Browse the repository at this point in the history
bump parent pom from 4.33 to 4.47
  • Loading branch information
jglick authored Sep 16, 2022
2 parents e979ca8 + 0322eae commit 2addefd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.33</version>
<version>4.47</version>
<relativePath/>
</parent>

<artifactId>external-monitor-job</artifactId>
<version>${changelist}</version>
<packaging>hpi</packaging>
<name>External Monitor Job Type Plugin</name>
<description>Adds the ability to monitor the result of externally executed jobs</description>

<url>https://github.com/jenkinsci/external-monitor-job-plugin</url>

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/index.jelly
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
Adds the ability to monitor the result of externally executed jobs
</div>

0 comments on commit 2addefd

Please sign in to comment.