Jenkins

1.0.3.257

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.3.257

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

Install-PSResource -Name Jenkins -Version 1.0.3.257

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

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


## What is New in Jenkins 1.0.3.257

May 26, 2019

- Corrected documentation badge label in READE.MD - fixes [issue #95](https://github.com/IAG-NZ/jenkins/issues/95).
- Added basic docker support for creation of integration tests.
- Renamed `Jenkins.depends.psd1` to `requirements.psd1` to make more generic.
- Updated PowerShell module dependencies to latest versions and removed
   PSDeploy dependency because it is not used.
- Fixed error calling `Invoke-JenkinsJob` with a parameterized job - fixes [issue #100](https://github.com/IAG-NZ/jenkins/issues/100).
- Added basic integration tests that will run on Linux agents in Travis CI
   or on Windows 10 machines with Docker for Windows installed.

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

Version History

Version Downloads Last updated
1.2.1 16,001 10/4/2020
1.2.0 13 10/4/2020
1.0.3.257 (current version) 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