Jenkins

jenkins is default plugins, don't need install, if to enable need to add options

  • must store JENKINS_TOKEN = "user:token" in npmrc

run

$ yarn ddot jenkins [jobName] // to exec reomote job

options

export default {
  plugins: [
    [
      'jenkins',{...},
    ],
  ],
};

hostName

remote jenkins server hostName

such as:

hostName: 'h5.jenkins.com'

pathPrefix

remote jenkins server job pathPrefix

such as:

prompt

return Question Object list to choose params

such as:

Last updated

Was this helpful?