PlagueHO / jenkins

PowerShell module for interacting with a CloudBees Jenkins server using the Jenkins Rest API.
MIT License
11 stars 28 forks source link

New-JenkinsApiToken #23

Closed HaxtonFale closed 1 year ago

HaxtonFale commented 1 year ago

Pull Request

Improvements / Enhancements


This change is Reviewable

PlagueHO commented 1 year ago

Looks like I'll need to update the CICD pipeline to get the builds working again. I'll work on this over the weekend. Shouldn't take long.

PlagueHO commented 1 year ago

@HaxtonFale - can you rebase onto main so that the CI pipeline starts working again?

HaxtonFale commented 1 year ago

Reviewed 6 of 6 files at r1, all commit messages. Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @HaxtonFale)

_docs/New-JenkinsApiToken.md line 17 at r1 (raw file):_

```powershell
New-JenkinsFolder [-Uri] <String> [[-Credential] <PSCredential>] [[-Crumb] <String>]

This should be: New-JenkinsApiToken

Fixed.