Jenkins
1.0.2.240
PowerShell module for interacting with a CloudBees Jenkins server using the Jenkins Rest API created by IAG NZ Ltd.
Minimum PowerShell version
4.0
Installation Options
Owners
Copyright
(c) 2018 IAG NZ Ltd. All rights reserved.
Package Details
Author(s)
- Daniel Scott-Raynsford Liam Binns-Conroy
Tags
Jenkins CI ContinuousIntegration DevOps
Functions
Disable-JenkinsJob Enable-JenkinsJob Get-JenkinsCrumb Get-JenkinsFolderList Get-JenkinsJob Get-JenkinsJobList Get-JenkinsObject Get-JenkinsPluginsList Get-JenkinsViewList Initialize-JenkinsUpdateCache Invoke-JenkinsCommand Invoke-JenkinsJob Invoke-JenkinsJobReload New-JenkinsFolder New-JenkinsJob Remove-JenkinsJob Rename-JenkinsJob Resolve-JenkinsCommandUri Set-JenkinsJob Test-JenkinsFolder Test-JenkinsJob Test-JenkinsView
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## What is New in Jenkins 1.0.2.240
November 14, 2018
- Added `Disable-JenkinsJob` and `Enable-JenkinsJob` functions for disabling
and enabling Jenkins jobs, respectively.
- Split unit tests into individual files and moved to `unit` subfolder.
- Converted `Resolve-JenkinsCommandUri` to be private function.
- Updated markdown documentation.
- Added Travis CI build pipeline for multi-platform builds/testing.
## What is New in Jenkins 1.0.1.222
August 4, 2018
- Jenkins 2.107.1 returns XML 1.1, which .NET can not parse. `Get-JenkinsJob`
changes the version in the XML declaration to be "version=1.0" before
returning it.
- Fixed: `Get-JenkinsObject` fails if using a forward slash "/" as the
folder seperator.
- Added `Folder` parameter to `Rename-JenkinsJob`. It can now rename jobs
in folders.
- Clean up markdown in readme.md.
- Split functions into separate files in the `lib` folder.
- Refactored module structure to improve deployability.
- Moved documentation into docs folder.
FileList
- Jenkins.nuspec
- CHANGELOG.md
- Jenkins-help.xml
- Jenkins.psd1
- Jenkins.psm1
- LICENSE
- README.md
- RELEASENOTES.md
- en-US\Jenkins.strings.psd1
Version History
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 17,916 | 10/4/2020 |
1.2.0 | 16 | 10/4/2020 |
1.0.3.257 | 31,443 | 5/25/2019 |
1.0.2.240 (current version) | 7,968 | 11/14/2018 |
1.0.1.222 | 3,629 | 8/4/2018 |
1.0.0.210 | 2,486 | 6/8/2018 |
1.0.0.203 | 2,899 | 2/27/2018 |
1.0.0.196 | 1,276 | 11/10/2017 |
1.0.0.188 | 69 | 10/12/2017 |
1.0.0.182 | 128 | 7/25/2017 |
1.0.0.176 | 249 | 12/17/2016 |