We have a Jenkins/Maven/Wildfly/Artifactory job that builds and deploys EAR file on wildfly and then in Artifactory.
I'm trying to create another Jenkins manual job that retrieves a specific build from Artifactory and deploys to Wildfly.
How do I tell Jenkins to retrieve artifacts from Artifactory? I'm using 'Copy artifacts from another project'.
Is there a similar plugin that will help me to download artifacts from Artifactory?
Thanks!