coqueiro/Run Jenkins Job with Build Result
Triggers Jenkins Job and follows up build result
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 17, 2022
- License
- None
Pinned Snippet
uses: coqueiro/jenkins-job-action@8acdd2d5981ea3f816cac938fdd38b7e41bf1c72 # 0.0.8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| jenkins_url | Jenkins domain URL | — | — |
| jenkins_user | Jenkins username that will be impersonated to run the jobs | — | — |
| jenkins_token | Jenkins token generated by user | — | — |
| job_name | Jenkins job that will be triggered and followed up | — | — |
| jenkins_params | Jenkins build parameters to use in job | no | — |
| console_log_regex | Base64 encoded jenkins console log regex to filter out unecessary output text. This regex search runs using re.DOTALL | no | — |
| console_log_regex_group | Jenkins console log regex group number to collect specific match from regex grouping | no | 0 |
| job_timeout | Jenkins timeout period for called functions. Default to 150 seconds | no | 150 |
Outputs
no outputs