jenkinsci / artifact-promotion-plugin

A simple Jenkins plugin to promote artifacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin does not support slaves

hcguersoy opened this issue · comments

The plugin currently does't support the execution on slaves. The support requires a refactoring as the 'slave awareness' in Jenkins is not transparent.

As a workaround, run this plugin on a master node - as you don't need to checkout a scm repository the workspace size keeps small.

Fixed with 0.3.2