Jenkins

1.0.1.222

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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Jenkins -RequiredVersion 1.0.1.222

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Jenkins -Version 1.0.1.222

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

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 Set-JenkinsJob Test-JenkinsFolder Test-JenkinsJob Test-JenkinsView

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes


## 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

Version History

Version Downloads Last updated
1.2.1 15,985 10/4/2020
1.2.0 13 10/4/2020
1.0.3.257 31,438 5/25/2019
1.0.2.240 7,747 11/14/2018
1.0.1.222 (current version) 3,626 8/4/2018
1.0.0.210 2,483 6/8/2018
1.0.0.203 2,896 2/27/2018
1.0.0.196 1,273 11/10/2017
1.0.0.188 66 10/12/2017
1.0.0.182 125 7/25/2017
1.0.0.176 246 12/17/2016
Show more