You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Logic to point to the last commit of branch being reviewed in PR
Set correct requirements psake and pester
Use deploy instead of stages
Only deploy on master when tagged
Copy file name to clipboardExpand all lines: ThreeShape.Jenkins.psd1
+6-15Lines changed: 6 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#
2
2
# Module manifest for module 'ThreeShape.Jenkins'
3
3
#
4
-
# Generated by: BAT
4
+
# Generated by: 3Shape A/S
5
5
#
6
6
# Generated on: 03/05/2019
7
7
#
@@ -12,7 +12,7 @@
12
12
RootModule='ThreeShape.Jenkins.psm1'
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='0.0.14'
15
+
ModuleVersion='0.1.0'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions='Core'
@@ -27,10 +27,10 @@
27
27
CompanyName='3Shape'
28
28
29
29
# Copyright statement for this module
30
-
Copyright='(c) 2019 3Shape. All rights reserved.'
30
+
Copyright='(c) 2019 3Shape, licensed under the Apache 2.0 license.'
31
31
32
32
# Description of the functionality provided by this module
33
-
Description='PowerShell module to work with Jenkins'
33
+
Description='PowerShell module to interact with the Jenkins Remote Access API. The module aims to wrap the API endpoints and expose them in a way that should look and feel familiar to Powershell developers.'
34
34
35
35
# Minimum version of the Windows PowerShell engine required by this module
36
36
PowerShellVersion='6.0'
@@ -80,25 +80,16 @@
80
80
# Aliases to export from this module
81
81
AliasesToExport='*'
82
82
83
-
# DSC resources to export from this module
84
-
# DscResourcesToExport = @()
85
-
86
-
# List of all modules packaged with this module
87
-
# ModuleList = @()
88
-
89
-
# List of all files packaged with this module
90
-
# FileList = @()
91
-
92
83
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
93
84
PrivateData=@{
94
85
95
86
PSData=@{
96
87
97
88
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments