Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<jenkins.pluginName>Buildstash</jenkins.pluginName>
<jenkins.pluginDescription>Allows uploading build artifacts to Buildstash, for management and organization of binaries, sharing with your team and collaborators, and deployment. Uploaded binaries are output to your Jenkins workflow for use in future steps.</jenkins.pluginDescription>
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
</properties>

<licenses>
Expand Down Expand Up @@ -118,4 +119,4 @@
</plugins>
</build>

</project>
</project>