sysdiglabs/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_external_base_url | Jenkins external base domain URL | yes | — |
| jenkins_url | Jenkins domain URL | yes | — |
| jenkins_user | Jenkins username | yes | — |
| jenkins_token | Jenkins API token that belongs to jenkins_user | yes | — |
| job_name | Jenkins job to triggered and follow up | yes | — |
| job_params | Jenkins build job parameters, encoded in JSON | no | — |
| job_timeout | Jenkins job timeout period. Default 30 seconds | no | 30 |
| proxy | Proxy url, which includes username and password | no | — |
| async | Set to true if you want to just trigger the job without waiting for it to finish | no | false |
Outputs
| name | description |
|---|---|
| jenkins_job_url | URL to the job details |