Jenkins

1.2.0

PowerShell module for interacting with a Jenkins server using the Jenkins Rest API.

Minimum PowerShell version

5.0

Installation Options

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

Install-Module -Name Jenkins -RequiredVersion 1.2.0

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

Install-PSResource -Name Jenkins -Version 1.2.0

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) Daniel Scott-Raynsford, Ashley Tok, Liam Binns-Conroy, Tobey Hung. All rights reserved.

Package Details

Author(s)

  • Daniel Scott-Raynsford Ashley Tok Liam Binns-Conroy Tobey Hung

Tags

Jenkins Cloudbees

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

Core Desktop

Dependencies

This module has no dependencies.

Release Notes

## [1.2.0] - 2020-10-04

### Added

- Added style guidelines - fixes [issue #109](https://github.com/PlagueHO/jenkins/issues/109).
- Added contributing - fixes [issue #102](https://github.com/PlagueHO/jenkins/issues/102).

### Changed

- Converted to Continuous Delivery using Azure DevOps pipeline
 and Sampler - fixes [issue #7](https://github.com/PlagueHO/jenkins/issues/7).

### Fixes

- Fixed bug in `Invoke-JenkinsCommand` and `Get-JenkinsCrumb` when used in
 PowerShell 7 on Linux - fixes [issue #5](https://github.com/PlagueHO/jenkins/issues/7).

FileList

Version History

Version Downloads Last updated
1.2.1 16,000 10/4/2020
1.2.0 (current version) 13 10/4/2020
1.0.3.257 31,438 5/25/2019
1.0.2.240 7,748 11/14/2018
1.0.1.222 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