actions-marketplace-validations/Trigger Jenkins Job and Return the Result
I am used to trigger a Jenkins job and return the success/failure of the job run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jenkins-server | URL of the Jenkins server | yes | — |
| jenkins-job | The name of the jenkins job to run | yes | — |
| jenkins-username | User name for accessing Jenkins. Store this in a secret for security | yes | — |
| jenkins-pat | Personal Access Token for accessing Jenkins. Store this in a secret for security | yes | — |
| poll-time | How often (seconds) to poll the jenkins server for results | yes | 10 |
| timeout-value | How long (seconds) to poll before the action times out | yes | 600 |
| verbose | true/false - turns on verbose logging | no | false |
Outputs
no outputs