Skip to content

Latest commit

 

History

History
90 lines (40 loc) · 2.65 KB

build-your-app-eclipse.md

File metadata and controls

90 lines (40 loc) · 2.65 KB

Build your Eclipse projects

Build your Java projects in the cloud with Ant, Gradle, or Maven and Visual Studio Online.

Set up your build

  1. If you haven't already:
  1. From the team explorer in Eclipse, open the builds page.

Builds in the Team Explorer home page 3. Create a build definition.

New Definition link in the team explorer builds page 4. Choose Start with an empty build definition.

Empty build definition template 5. If your project builds with Maven, add the Maven build step. Otherwise add the build step your team uses.

Add build step

Add Maven build step 6. Provide the path to your Maven POM file.

Maven build step 7. Select the continuous integration (CI) trigger and specify the code you want to build.

CI trigger 8. Save the definition.

Save button

Save dialog box 9. Queue your new definition to make sure it works.

Queue the build

Completed build

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.

Try this next

Q & A

Q: Can I set up gated builds?

Improve code quality with branch policies with an option to require that code builds before it can be merged to a branch.