Build your Java projects in the cloud with Ant, Gradle, or Maven and Visual Studio Online.
- If you haven't already:
- Connect Eclipse to your Visual Studio Online account.
- Upload the code that you're going to build.
- From the team explorer in Eclipse, open the builds page.
4. Choose Start with an empty build definition.
5. If your project builds with Maven, add the Maven build step. Otherwise add the build step your team uses.
6. Provide the path to your Maven POM file.
7. Select the continuous integration (CI) trigger and specify the code you want to build.
9. Queue your new definition to make sure it works.
You've created your first Eclipse build in the cloud! Since this is a CI build, a build is started every time you push a commit to one of the branches specified on the Triggers tab.
- Create a backlog to plan, organize, and track your work.
- Add users and their licenses to your Visual Studio Online account.
Improve code quality with branch policies with an option to require that code builds before it can be merged to a branch.