actions-marketplace-validations/Run jenkins jobs
Build jenkins jobs using the jenkins api
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 24, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/mondtic_build-jenkins-job@0747c91bfaeb4163b13f7d7be9df2bf61388c9d9 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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 |