orderry/Check Jenkins job
Checking Jenkins job status by branch with startup type decision
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jenkins_user | Jenkins user login | yes | — |
| jenkins_token | Jenkins user token. https://support.cloudbees.com/hc/en-us/articles/115003090592-How-to-re-generate-my-Jenkins-user-token | yes | — |
| jenkins_url | Jenkins url. Example: https://jenkins.yourdomain.com | yes | — |
| job_name | Job name. Example: job/manual-deploy-environment-sandbox/job | yes | — |
| branch_name | Clear branch/PR name. Example: DEV-1234, PR-77 | yes | — |
Outputs
| name | description |
|---|---|
| status | Status color from jenkins API |
| decision | Decision message |
| result | Result of POST call to Jenkins Job API |