Drone plugins > Gitlab-CI
Gitlab-CI
by appleboy
The Gitlab-ci plugin allows you to trigger Gitlab-ci job automatically.
Example
kind: pipeline
name: default
steps:
- name: trigger gitlab job
image: appleboy/drone-gitlab-ci
settings:
host: https://gitlab.com
token: xxxxxxxxxx
ref: master
id: gitlab-project-id
Properties
host
stringrequiredGitlab server url
Default: none
token
stringrequiredGitlab token
Secret recommendedDefault: none
ref
stringrequiredvalid refs are only the branches and tags
Default: none
id
stringrequiredGitlab project id
Default: none
debug
booleanoptionalEnable debug mode
Default: false