Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用例,我需要将选定的 jar 文件从 nexus 存储库下载到 Jenkins 作业工作区,并在下载的 jar 文件上运行程序。(我想使用罐子里的.class文件)
是否有任何可用的 Jenkins 插件?
您可以尝试groovy 插件并将脚本嵌入到您的 Jenkins 作业中
在执行实际工作之前,在作业中添加一个构建步骤, 并使用复制(或 ftp)命令来获取文件。