kymidd/Jenkins _Any PR Validate

Notify Jenkins a commit was made, then track job matching commit SHA

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 2, 2022
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: kymidd/githubactions-jenkinscommitnotificationtrackjob@8ed275beb3311540e8d5cc1b90db8ee0c92e8801 # v1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
jenkins-serverURL of the Jenkins server with trailing slashyes
jenkins-usernameUser name for accessing Jenkins. Store this in a secret for securityyes
jenkins-api-tokenAPI token for accessing Jenkins. Store this in a secret for securityyes
github_repositoryOrg and repo name on github, e.g. YourOrg/YourRepoyes
commit_shaThe SHA of the commit being tested, used to map to Jenkins jobsyes
branchThe name of the github branch for PR being tested, e.g. origin/feature/your-branch-nameyes
poll-timeHow often (seconds) to poll the jenkins server for resultsyes10
timeout-valueHow long (seconds) to poll before the action times outyes600
verbosetrue/false - turns on verbose loggingnofalse

no outputs