aloong-actions/Jenkins Job Trigger Plus
Trigger Jenkins job and wait for the result
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 7, 2025
- License
- None
Pinned Snippet
uses: aloong-actions/jenkins-job-trigger@e4420ff3efb990508e42ec24d1b0ad1de1e2f16b # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| jenkins-url | URL of the Jenkins server | yes | — |
| jenkins-user | User for accessing Jenkins. Store this in a secret for security | no | — |
| jenkins-pat | Personal access token (PAT) for accessing Jenkins. Store this in a secret for security | no | — |
| insecure | true/false, Allow insecure Jenkins server connections when using SSL | no | false |
| job | The name of the Jenkins job to run | yes | — |
| params | The parameters of the job in key=value format, can specify multiple or separate parameters with commas, e.g., foo=bar,baz=qux | no | — |
| params-json | The parameters of the job in JSON format, e.g., {"foo":"bar","baz":"qux"} | no | — |
| wait | true/false, Wait for the job to complete, and return the results | no | true |
| poll-time | How often (duration) to poll the jenkins server for results | no | 10s |
| max-attempts | Max count of polling for results | no | 60 |
Outputs
no outputs