PlagueHO / jenkins

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

API token user #20

Open ludovicbernard opened 2 years ago

ludovicbernard commented 2 years ago

Issue

HaxtonFale commented 1 year ago

The credential can be created using Get-Credential -Username:<your Jenkins username>; it will then prompt you for your password, which will be the API key you have created.