actions-marketplace-validations/Run Jenkins Job and get build result
Triggers Jenkins Job and get build result
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jenkins_url | Jenkins server URL. | — | — |
| jenkins_user | Jenkins username. | — | — |
| jenkins_token | Jenkins token generated by user. | — | — |
| job_name | Jenkins job to triggered and follow up. | — | — |
| job_params | Jenkins build job parameters. | no | — |
| job_timeout | Jenkins job timeout period. (Default: 60 seconds) | no | 60 |
| async | Set to true if you want to just trigger the job without waiting for it to finish. (Default: false) | no | false |
| debug | Set to true if you want to show errors detail. | no | false |
Outputs
| name | description |
|---|---|
| build_id | Jenkins Build Id |