luepges/MontiVerse GitLab Pipeline Trigger
Triggers and waits for a MontiVerse pipeline to complete
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The GitLab host to trigger the pipeline. | no | gitlab.com |
| id | The ID or URL-encoded path of the project owned by the authenticated user. | yes | "" |
| ref | The branch or tag to run the pipeline on. | yes | "" |
| trigger_token | Pipeline Trigger Token, see https://docs.gitlab.com/ee/ci/triggers/index.html#create-a-trigger-token | yes | "" |
| access_token | Pipeline Access Token, see https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html | no | "" |
| github_access_token | GitHub Pipeline Access Token | no | "" |
| variables | A map of key-valued strings containing the pipeline variables. For example: { VAR1: "value1", VAR2: "value2" }. | no | {} |
| repository | Owner/Repo (for commit check) | no | / |
| sha | sha (for commit check) | no | "" |
Outputs
| name | description |
|---|---|
| status | The status of the pipeline. |
| web_url | The URL of the pipeline. |
| pretty_output | A pretty markdown comment |