ctron / package-drone-jenkins

A Package Drone Plugin for Jenkins
3 stars 4 forks source link

Support for using from Jenkinsfile #28

Closed minemeraj closed 4 years ago

minemeraj commented 4 years ago

I want to use this plugin from Jenkinsfile. I don't know if it is possible right now.

nfalco79 commented 4 years ago

this plugin supports pipeline. You can configure it using Pipeline Syntax menu item available in any Pipeline job

Example:

pdrone artifacts: '**/*.zip', channel: 'mavenChannel', credentialsId: 'mycredential', excludes: null, serverUrl: 'localhost', stripPath: true