Reputation: 119
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!
Upvotes: 4
Views: 21766
Reputation: 1106
The artifactory plugin for Jenkins has the option to "resolve" artifacts, i.e. download them from Artifactory.
This may require the Pro version of Artifactory though.
To configure it:
Upvotes: 6