Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mylyn/Builds"

(Mylyn Builds Overview)
(Mylyn Builds Configuration)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Mylyn Builds Overview =
+
= Mylyn Builds Overview =
  
TBD
+
With Mylyn Builds have the developers the possibilty to check the CI build status and run new builds from the IDE. Mylyn Builds is full integrated in Eclipse and supports the build servers Hudson/Jenkins.
 +
 
 +
[[Image:Builds view.png]]
  
 
= Mylyn Builds Configuration =
 
= Mylyn Builds Configuration =
 +
 +
Before we can use the Mylyn Builds functionalities, we have to configure some things:
 +
#add the repository in the "Team Repositories View"
 +
#configure the build properties for the CI
 +
#have fun!
 +
[[Image:team_view.png]]<br>
 +
[[Image:task_repo_hudson.png]]<br>
 +
[[Image:builds_properties.png]]<br>
 +
[[Image:builds_properties.png]]<br>
 +
[[Image:builds_content.png]]<br>
  
 
= Mylyn Builds Development =
 
= Mylyn Builds Development =

Latest revision as of 13:29, 27 June 2012

Mylyn Builds Overview

With Mylyn Builds have the developers the possibilty to check the CI build status and run new builds from the IDE. Mylyn Builds is full integrated in Eclipse and supports the build servers Hudson/Jenkins.

Builds view.png

Mylyn Builds Configuration

Before we can use the Mylyn Builds functionalities, we have to configure some things:

  1. add the repository in the "Team Repositories View"
  2. configure the build properties for the CI
  3. have fun!

Team view.png
Task repo hudson.png
Builds properties.png
Builds properties.png
Builds content.png

Mylyn Builds Development

See also: Mylyn Development

Developer Reference

Back to the top