Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 885 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 885 Bytes

Jenkins.Api PowerShell Module Build status on master branch

The Jenkins.Api PowerShell module automates several Jenkins administrative and authoring tasks in PowerShell.

This module can be found in PowerShell Gallery: https://www.powershellgallery.com/packages/Jenkins.Api

Functions

This module offers the following functions, all from the Public folder:

  • Get-JenkinsUserFullName
  • Initialize-Jenkins
  • Invoke-Jenkins
  • Invoke-JenkinsForm
  • Invoke-JenkinsRequest
  • New-JenkinsJob
  • Remove-JenkinsJob

CI/CD

For CI, see https://travis-ci.com/3shapeAS/jenkinsapi-powershell

Release Process

  • Contribute a PR
  • Pass all Pester tests!
  • Get it approved and merged to master
  • Push a tag
  • Deploys to PSGallery in 5 minutes