简体   繁体   English

使用Jenkins下载Artifactory工件并进行部署

[英]Download Artifactory artifact using Jenkins and deploy

We have a Jenkins/Maven/Wildfly/Artifactory job that builds and deploys EAR file on wildfly and then in Artifactory . 我们有一个Jenkins/Maven/Wildfly/Artifactory作业,该作业在wildfly然后在Artifactory中构建和部署EAR file

I'm trying to create another Jenkins manual job that retrieves a specific build from Artifactory and deploys to Wildfly . 我正在尝试创建另一个Jenkins手动作业,该作业从Artifactory检索特定的构建并将其部署到Wildfly

How do I tell Jenkins to retrieve artifacts from Artifactory ? 我如何告诉Jenkins来检索文物Artifactory I'm using ' Copy artifacts from another project '. 我正在使用“ 从另一个项目复制工件 ”。

Is there a similar plugin that will help me to download artifacts from Artifactory ? 是否有类似的插件可以帮助我从Artifactory下载Artifactory

Thanks! 谢谢!

The artifactory plugin for Jenkins has the option to "resolve" artifacts, ie download them from Artifactory. Jenkins的工件插件可以选择“解决”工件,即从Artifactory下载工件。

This may require the Pro version of Artifactory though. 不过,这可能需要Pro版本的Artifactory。

To configure it: 要配置它:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用jenkins发布构建动作将工件从工件组部署到jfrog工件 - How to deploy an artifact from group of artifacts to jfrog artifactory using jenkins post build action Jenkins Artifactory Plugin AQL下载最新神器匹配模式 - Jenkins Artifactory Plugin AQL download latest artifact matching pattern Jenkins 构建后操作“将工件部署到 Artifactory”未部署我的工件 - Jenkins post-build action "Deploy artifacts to Artifactory" doesn't deploy my artifact 将Jar神器从Bamboo部署到Artifactory - Deploy Jar Artifact from Bamboo to Artifactory 如何在artifactory中仅部署和覆盖一个工件 - How to deploy and overwrite only one artifact in artifactory 按詹金斯编号获取Artifactory工件 - Get Artifactory artifact by Jenkins build number 为什么Artifactory无法下载请求的工件? - Why can't Artifactory download requested artifact? 如何使用Artifactory插件和Credentials插件将Jenven的Maven工件部署到Artifactory时解决401失败? - How can I resolve a 401 failure when deploying a Maven artifact from Jenkins to Artifactory using the Artifactory Plugin and the Credentials Plugin? 使用 Jenkins 将 C++ 库部署到 Artifactory - Deploy c++ libraries to Artifactory with Jenkins 如何使用jenkins将grails二进制插件部署到工件上? - How to deploy a grails binary plugin to artifactory with jenkins?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM