Drone plugins > Jenkins

The Jenkins plugin allows you to trigger Jenkins job automatically.

Example

kind: pipeline
name: default

steps:
- name: trigger jenkins job
  image: appleboy/drone-jenkins
  settings:
    url: http://example.com
    user: appleboy
    token: xxxxxxxxxx
    job: drone-jenkins-plugin-job

Properties

  • url

    stringrequired

    The Jenkins URL

    Default: none

  • user

    stringrequired

    The Jenkins user

    Default: none

  • token

    stringrequired

    The Jenkins token

    Secret recommended

    Default: none

  • job

    stringrequired

    The Jenkins job name

    Default: none