12

我使用 jenkins 1.500,并且我正在寻找可以将工件部署到 maven 存储库的插件,在 jenkins 的 previuos 版本中,可以使用 maven-plugin 进行后期构建操作,但现在该选项消失了......

4

3 回答 3

9

Take a look at This answer.

You can add a "Post-build Actions" to "Deploy artifacts to Maven Repository" (the Maven Project Plugin will need to be installed). Then click "Advanced" and set your Repository URL to something appropriate (http://yourserver:8082/nexus/content/repositories/releases/) and set Repository ID to the server in your settings.xml that contains the authentication necessary, such as my-releases or whatever.

于 2013-06-06T15:23:45.977 回答
1

运行deploy项目的阶段不是您想要的吗?

于 2013-02-04T20:10:32.583 回答
0

我能够使用“Jenkins 升级构建插件”来执行此活动。当我想在回归测试成功后部署工件时很有用。当回归测试完成时,构建会被提升,然后我们可以添加一个操作来将工件部署到 Maven 存储库。

注意:要使用此功能,您不应停用自动工件归档。

于 2017-09-19T18:57:57.900 回答