-
New Feature
-
Resolution: Fixed
-
Major
A way to run deploy artefacts using the artifactory plugin from a workflow using configured Artifactory settings and with support for other features such as licensing checks.
- depends on
-
JENKINS-26057 Workflow build step for Maven
-
- Closed
-
- links to
The point is, that if I activate "Maven3-Artifactory Integration" in a freestyle project it automatically deploys all artefacts from "Invoke Maven 3" build steps as maven would if mvn deploy would have been called. So if I could also activate this plugin in the same manner in a workflow project I would excpect it also to deploy all artefacts from mvn-workflow-steps. I think for this to work the maven integration (https://issues.jenkins-ci.org/browse/JENKINS-26057) should also be solved, right?