-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjenkins-x.nuspec
30 lines (30 loc) · 1.42 KB
/
jenkins-x.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>jenkins-x</id>
<version>3.11.35</version>
<packageSourceUrl>https://github.com/jufab/jenkins-x-chocolatey</packageSourceUrl>
<owners>Julien Fabre</owners>
<!-- ============================== -->
<!-- == SOFTWARE SPECIFIC SECTION == -->
<title>Jenkins X</title>
<authors>James Strachan</authors>
<copyright></copyright>
<projectUrl>https://jenkins-x.io/</projectUrl>
<iconUrl>https://rawcdn.githack.com/jenkins-x/jx-docs/cc51c6b4/static/images/logo.png</iconUrl>
<licenseUrl>https://github.com/jenkins-x/jx/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/jenkins-x/jx</projectSourceUrl>
<docsUrl>https://jenkins-x.io/</docsUrl>
<bugTrackerUrl>https://github.com/jenkins-x/jx/issues</bugTrackerUrl>
<tags>jenkins-x jenkins jenkins-ci kubernetes</tags>
<summary>jenkins-x</summary>
<description>Jenkins X is a CI/CD solution for modern cloud applications on Kubernetes</description>
<!-- =============================== -->
<releaseNotes>https://github.com/jenkins-x/jx/releases</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>