lewijacn/Jenkins Job Trigger and Monitor
A Github Action to trigger Jenkins jobs and monitor for completion
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jenkins_url | Jenkins URL including http/https protocol | yes | — |
| api_token | The token for authenticating with the Jenkins generic webhook | yes | — |
| job_name | The job name to trigger in Jenkins | yes | — |
| job_params | Job parameters, separated by a comma, to provide to a Jenkins workflow, e.g. "GIT_REPO_URL=https://github.com/lewijacn/opensearch-migrations.git,GIT_BRANCH=main". Job name will automatically be added as a parameter. | no | "" |
| job_timeout_minutes | Max time (minutes) this Github Action will wait for completion | no | 60 |
Outputs
no outputs