我有一个带有复杂蚂蚁构建的项目,我们希望此时保持为蚂蚁(最终将转换为maven)。
我现在正在使用jenkins来构建/测试我们的应用程序。在构建/测试之后,我现在想要将构建的artefact推送到Nexus存储库。
对于Maven项目,我可以使用post build动作“Deploy Artefacts to Maven Repository”来执行此操作。
构建我的Jenkins作业以实现ant构建然后将代码部署到Nexus的最佳方法是什么?
答案 0 :(得分:0)
您是否在Sonatype网站上看到过Ant脚本示例?
他们实际上包括将人工制品推向Nexus: http://central.sonatype.org/pages/apache-ant.html#signing-and-deployments-using-the-maven-ant-tasks
或者在Sonatype上还有一些文档: http://books.sonatype.com/nexus-book/reference/staging-deployment.html#staging-ant