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.
我正在尝试将 Jenkins 和 Selenium 用于我将在 AS7 中运行的 Spring 项目的 CI。
我想知道是否可以让 Jenkins 在我的项目上发出“maven jboss-as:deploy”命令行以将其部署到我的 AS7 服务器。
有人可以让我知道这是否可以完成..
这里不需要让詹金斯参与。只需将jboss-as:deploy插件添加到您的 pom.xml,绑定到pre-integration-test您的构建阶段。然后,当您运行mvn install(本地或在 Jenkins 上)时,您的战争将部署到 AS7 服务器。
jboss-as:deploy
pre-integration-test
mvn install