forked from CAST-Extend/com.castsoftware.uc.castSLA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.nuspec
More file actions
24 lines (24 loc) · 1.11 KB
/
plugin.nuspec
File metadata and controls
24 lines (24 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>com.castsoftware.uc.castSLA</id>
<version>1.4.2</version>
<title>CAST SLA Jenkins Plugin</title>
<authors>User Community</authors>
<owners>CAST</owners>
<licenseUrl>http://www.castsoftware.com/ps/doc/extension/license</licenseUrl>
<projectUrl>https://github.com/CAST-Extend/com.castsoftware.uc.castSLA</projectUrl>
<releaseNotes>https://github.com/CAST-Extend/com.castsoftware.uc.castSLA/wiki#release-history</releaseNotes>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The CastSLA Jenkins plugin will terminate the job in the event that specific criteria is not met. </description>
<tags>Tools AIP Jenkins gatekeeper, sla</tags>
<dependencies>
<dependency id="CAIP" version="8.1.0" />
</dependencies>
</metadata>
<files>
<file src="target/CastSLA.hpi" />
<file src="COPYING" />
<file src="COPYING.LESSER" />
</files>
</package>