kymidd/Jenkins _Any PR Validate
Notify Jenkins a commit was made, then track job matching commit SHA
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 2, 2022
- License
- None
Pinned Snippet
uses: kymidd/githubactions-jenkinscommitnotificationtrackjob@8ed275beb3311540e8d5cc1b90db8ee0c92e8801 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| jenkins-server | URL of the Jenkins server with trailing slash | yes | — |
| jenkins-username | User name for accessing Jenkins. Store this in a secret for security | yes | — |
| jenkins-api-token | API token for accessing Jenkins. Store this in a secret for security | yes | — |
| github_repository | Org and repo name on github, e.g. YourOrg/YourRepo | yes | — |
| commit_sha | The SHA of the commit being tested, used to map to Jenkins jobs | yes | — |
| branch | The name of the github branch for PR being tested, e.g. origin/feature/your-branch-name | yes | — |
| poll-time | How often (seconds) to poll the jenkins server for results | yes | 10 |
| timeout-value | How long (seconds) to poll before the action times out | yes | 600 |
| verbose | true/false - turns on verbose logging | no | false |
Outputs
no outputs