Re: Good pratices for workflow plugin support

2015-09-15 Thread domi
These are some really good hints, they should be added to the workflow documentation Domi > On 15.09.2015, at 20:28, Jesse Glick wrote: > >> On Tue, Sep 15, 2015 at 9:24 AM, jcsirot wrote: >> I am currently working on the support of the workflow

Re: Good pratices for workflow plugin support

2015-09-15 Thread Jesse Glick
On Tue, Sep 15, 2015 at 9:24 AM, jcsirot wrote: > I am currently working on the support of the workflow plugin for the ansible > plugin and I'm facing some questions. Happy to help! BTW if you have a PR in progress, feel free to CC @jglick on it. Also if there is a JIRA issue

Re: Good pratices for workflow plugin support

2015-09-15 Thread Antonio Muñiz
> I wonder which versions of jenkins and workflow plugin I should use in the > pom.xml? It depends on what APIs your plugin is using. Useful information here: https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md#build-steps > Should I extend

Good pratices for workflow plugin support

2015-09-15 Thread jcsirot
Hi, I am currently working on the support of the workflow plugin for the ansible plugin and I'm facing some questions. 1. I wonder which versions of jenkins and workflow plugin I should use in the pom.xml? For the moment I'm using Jenkins 1.580.1 and workflow 1.4.2 but the docker workflow