mondtic/Run jenkins jobs
Build jenkins jobs using the jenkins api
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jenkins-url | full Jenkins site url | yes | — |
| jenkins-token | Jenkins api token | yes | — |
| jenkins-user | Jenkins username | yes | — |
| jenkins-job | Jenkins job name | yes | — |
| jenkins-job-params | Jenkins job params. JSON string. i.e '{'STRING_PARAM': 'value1', 'BOOLEAN_PARAM': false}' | no | {} |
| jenkins-wait-job | Wait for the job build status | no | wait |
| jenkins-ssl-verify | Verify SSL certificate | no | true |
Outputs
| name | description |
|---|---|
| job_build_number | buildnumber of the triggered job |
| job_status | Jenkins job build status |