loonateam/trigger-jenkins-job
Github Action to trigger jenkins job
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | GitHub Token | no | ${{ github.token }} |
| jenkinsJob | Jenkins job name | no | github-loona-build-feature |
| jenkinsUser | Jenkins user name | yes | — |
| jenkinsToken | Jenkins Secrets | yes | — |
| jenkinsUrl | URL to Jenkins | yes | — |
| defaultBranch | Name of default branch in repo | no | trunk |
| platform | Name of target platfom (android, ios, all) | no | all |
| checkerName | Name of git checker | yes | — |
Outputs
| name | description |
|---|---|
| result | `success` or `failure` is set. |