nextdriveioe/Jenkins Trigger Action
This action allows you to trigger jenkins action and check status.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jenkins_domain | The domain of the jenkins server. For example: https://jenkins.example.com | yes | — |
| jenkins_user | The username for the jenkins server. For example: admin | yes | — |
| jenkins_token | The API token for the jenkins server. You can generate it in your user settings in jenkins. | yes | — |
| job_name | The name of the jenkins job to trigger. For example: my-job | yes | — |
| payload | The payload to send to the jenkins job. This is a JSON object that will be passed to the job as parameters. | yes | — |
| is_need_trigger_status | Whether to check the status of the triggered job. If true, the action will wait for the job to finish and return the status. | no | — |
Outputs
no outputs