-
New Feature
-
Resolution: Postponed
-
Minor
-
None
Currently it looks like there are:
- no artifact uploaded on Maven Central : https://bintray.com/bintray/jcenter/org.jenkins-ci.plugins.workflow%3Aworkflow-step-api
- a very old version of this artifact on JCenter : https://bintray.com/bintray/jcenter/org.jenkins-ci.plugins.workflow%3Aworkflow-step-api
I'd like to have a recent version (e.g. 2.7) of the workflow-step-api artifact on either of those repositories, are they are the only one I can use with Gradlle.
I am catching a `org.jenkinsci.plugins.workflow.steps.FlowInterruptedException` in a Jenkins file and I cannot import it without the corresponding artifact, hence my build fail.
Regards