SlideShare a Scribd company logo
1 of 5
Advance      Features             of
Smart Build Tools
Evaluation Document

2/18/2010
Rajesh Kumar
eMail: rajesh@scmgalaxy.com




SMART BUILD - ADVANCED FEATURES
February 18, 2010                ADVANCE FEATURES OF SMART BUILD TOOLS




Table of Contents

  Agile Development Challenges ............................................................................................. 2
  Deployment Challenges .......................................................................................................... 3
  Build Acceleration Challenges ............................................................................................... 4
  Integration with Elastic and Cloud Computing .................................................................... 4
  Workflow Management ........................................................................................................... 5
  Reference: ................................................................................................................................. 5




Agile Development Challenges

Two of the core principles of agile development are: "deliver working code
frequently" and "working software is the primary measure of progress." More and
more teams, from ISVs to enterprise IT groups, are recognizing the quality and

                                                                                                   scmGalaxy Build & Release
February 18, 2010   ADVANCE FEATURES OF SMART BUILD TOOLS

productivity benefits of integrating early and often. Whether you want to just build
and test more frequently or implement a comprehensive agile process, you'll need
to ensure that your build and test process is:

      fast
      automated (not requiring manual intervention)
      reliable (broken builds are the enemy of an agile approach)

Addressing the build-test-deploy process is one of the best first steps toward an
agile development model.

Agile Development Challenge                            Impact

Builds     require         manual         Integrating often will overwhelm
intervention                              a manual build process

Slow build cycle (whether                 Long builds limit the number of
long individual builds or a               iterations possible in a day
large number of build targets)            Builds longer than ~30 minutes
                                          rule out Continuous Integration



Developers introducing errors             If developers can't do preflight
during      integration    or             builds    and    tests   on    all
production builds                         targets/platforms prior to check-
                                          in, Continuous Integration can
                                          turn into Continuously Broken
                                          Builds




Deployment Challenges

Deployment of a real world application is a complex, and all-too-often, a manual
process. The complexity comes from the fact that the application may need to be
deployed to any number of environments: Development (DEV), Quality Assurance
(QA), User Acceptance Testing (UAT), Pre-production (STAGE), and Production
(PROD). Each of these environments is typically slightly different requiring different
accounts, password, and setting and thus it may seem like manual intervention is
required.

Complicating matters is the fact that today's business applications comprise
multiple moving parts that all need to be synchronized and deployed together. For
example, a typical J2EE application can be made up of an EAR file, database

                                                           scmGalaxy Build & Release
February 18, 2010   ADVANCE FEATURES OF SMART BUILD TOOLS

changes, some static content, and environment changes (such as JDBC connection
pools, Message Queues, etc.). Making sure that all these pieces get deployed on the
correct machines and in the correct order can feel like a daunting task, especially if
you need to repeat it for each environment. Keep in mind that each environment
may have a different number of database servers, application server, HTTP server,
etc.

Build Acceleration Challenges

Slow software build cycles are more than just an annoyance. Whether you have
long monolithic builds or a large number of smaller builds that take a long time,
they are having a real impact on your development organization.

      Wasted time, frustration waiting for builds
      Fixing broken builds delays testing
      Fewer bugs fixed, fewer features added
      Developers avoid builds
      QA may skip tests to meet deadlines

A recent survey of more than 350 development professionals found that 68%
reported broken builds at least a few times per month (and often weekly), and
fixing those typically wasted 2 weeks per year. The majority said their builds were
each more than 1 hour long, with 24% reporting builds of 2-4 hours, which
translates to time not spent creating great software.

Integration with Elastic and Cloud Computing

In a large infrastructure with many projects, the CI server often experiences
variable task loads with unpredictable load peaks (such as during releases). In an
environment with fixed resources, this leads to build queue growths, increased build
times, and poor build scheduling control.

Computing clouds such as Amazon EC2 provide a nice and efficient way to scale
resources to fulfill variable demands with random load spikes. Such rapid demand
growths is exactly what happens in Build Server during CI "rush hours," when
everyone starts personal builds before going home, and also during pre-release
days, when every new fix needs another round of unit tests, and build feedback
time becomes mission-critical.

Build Server utilizes EC2 via virtual build agents. Virtual build agents are similar to
standard ones, except that they run on virtual instances on the Amazon EC2. This
means that Build Server is able to dynamically start as many instances of such
agents as needed, in order to keep the build queue under control under high loads.
Additionally, Build Server can shut down virtual build agents when they are not
needed anymore, to minimize EC2 instances uptime.



                                                            scmGalaxy Build & Release
February 18, 2010   ADVANCE FEATURES OF SMART BUILD TOOLS

While being a great solution for mitigating peak loads and maintaining constant
build feedback time, Amazon EC2 integration also provides great cost optimization
opportunities, as each resource accumulates costs only while in use.

Workflow Management
In recent years, build management solutions have provided even more relief when
it comes to automating the build process. Both commercial and open source
solutions are available to perform more automated build and workflow processing.
Some solutions focus on automating the pre and post steps around the calling of
the build scripts, while others go beyond the pre and post build script processing
and drive down into streamlining the actual compile and linker calls without much
manual scripting.


Tools Comparison

                OpenMake        Bamboo      AnthillPro   TeamCity    Electric Cloud
Agile Support   YES             YES         YES          YES         YES
Deployment      YES             NO          YES          No          YES
Remote Agent    YES             YES         YES          YES         YES
Cloud - Elastic NO              YES         No           YES         YES
WorkFlow Mgmt YES               YES     -   YES          YES     -   YES, Limited
                                Limited                  Limited




Reference:
http://www.electric-cloud.com

www.anthillpro.com

http://www.atlassian.com

www.jetbrains.com/teamcity

http://www.openmakesoftware.com




                                                         scmGalaxy Build & Release

More Related Content

More from Rajesh Kumar

Testing in a glance
Testing in a glanceTesting in a glance
Testing in a glanceRajesh Kumar
 
Code coverage & tools
Code coverage & toolsCode coverage & tools
Code coverage & toolsRajesh Kumar
 
Scm process assessment guide
Scm process assessment guideScm process assessment guide
Scm process assessment guideRajesh Kumar
 
SCM Process and smartBuild
SCM Process and smartBuildSCM Process and smartBuild
SCM Process and smartBuildRajesh Kumar
 
Using Ant To Build J2 Ee Applications
Using Ant To Build J2 Ee ApplicationsUsing Ant To Build J2 Ee Applications
Using Ant To Build J2 Ee ApplicationsRajesh Kumar
 
Scm With Mks Integrity
Scm With Mks IntegrityScm With Mks Integrity
Scm With Mks IntegrityRajesh Kumar
 
Introduction To Software Configuration Management
Introduction To Software Configuration ManagementIntroduction To Software Configuration Management
Introduction To Software Configuration ManagementRajesh Kumar
 
Introduction To Ant
Introduction To AntIntroduction To Ant
Introduction To AntRajesh Kumar
 
Introduction To Ant1
Introduction To  Ant1Introduction To  Ant1
Introduction To Ant1Rajesh Kumar
 
Configuration Management
Configuration ManagementConfiguration Management
Configuration ManagementRajesh Kumar
 

More from Rajesh Kumar (20)

Cast vs sonar
Cast vs sonarCast vs sonar
Cast vs sonar
 
Cast vs sonar
Cast vs sonarCast vs sonar
Cast vs sonar
 
Testing in a glance
Testing in a glanceTesting in a glance
Testing in a glance
 
Code coverage & tools
Code coverage & toolsCode coverage & tools
Code coverage & tools
 
Scm process assessment guide
Scm process assessment guideScm process assessment guide
Scm process assessment guide
 
Cruise control
Cruise controlCruise control
Cruise control
 
Cloud computer
Cloud computerCloud computer
Cloud computer
 
SCM Process and smartBuild
SCM Process and smartBuildSCM Process and smartBuild
SCM Process and smartBuild
 
Why Scm
Why ScmWhy Scm
Why Scm
 
Using Ant To Build J2 Ee Applications
Using Ant To Build J2 Ee ApplicationsUsing Ant To Build J2 Ee Applications
Using Ant To Build J2 Ee Applications
 
Scm With Mks Integrity
Scm With Mks IntegrityScm With Mks Integrity
Scm With Mks Integrity
 
Introduction To Software Configuration Management
Introduction To Software Configuration ManagementIntroduction To Software Configuration Management
Introduction To Software Configuration Management
 
Introduction To Ant
Introduction To AntIntroduction To Ant
Introduction To Ant
 
Introduction To Ant1
Introduction To  Ant1Introduction To  Ant1
Introduction To Ant1
 
Configuration Management
Configuration ManagementConfiguration Management
Configuration Management
 
Apache Ant
Apache AntApache Ant
Apache Ant
 
Process
ProcessProcess
Process
 
Oot
OotOot
Oot
 
Ood Post1
Ood Post1Ood Post1
Ood Post1
 
Ooa 1 Post
Ooa 1 PostOoa 1 Post
Ooa 1 Post
 

Recently uploaded

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Recently uploaded (20)

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Advance Features of Smart Build Tools

  • 1. Advance Features of Smart Build Tools Evaluation Document 2/18/2010 Rajesh Kumar eMail: rajesh@scmgalaxy.com SMART BUILD - ADVANCED FEATURES
  • 2. February 18, 2010 ADVANCE FEATURES OF SMART BUILD TOOLS Table of Contents Agile Development Challenges ............................................................................................. 2 Deployment Challenges .......................................................................................................... 3 Build Acceleration Challenges ............................................................................................... 4 Integration with Elastic and Cloud Computing .................................................................... 4 Workflow Management ........................................................................................................... 5 Reference: ................................................................................................................................. 5 Agile Development Challenges Two of the core principles of agile development are: "deliver working code frequently" and "working software is the primary measure of progress." More and more teams, from ISVs to enterprise IT groups, are recognizing the quality and scmGalaxy Build & Release
  • 3. February 18, 2010 ADVANCE FEATURES OF SMART BUILD TOOLS productivity benefits of integrating early and often. Whether you want to just build and test more frequently or implement a comprehensive agile process, you'll need to ensure that your build and test process is: fast automated (not requiring manual intervention) reliable (broken builds are the enemy of an agile approach) Addressing the build-test-deploy process is one of the best first steps toward an agile development model. Agile Development Challenge Impact Builds require manual Integrating often will overwhelm intervention a manual build process Slow build cycle (whether Long builds limit the number of long individual builds or a iterations possible in a day large number of build targets) Builds longer than ~30 minutes rule out Continuous Integration Developers introducing errors If developers can't do preflight during integration or builds and tests on all production builds targets/platforms prior to check- in, Continuous Integration can turn into Continuously Broken Builds Deployment Challenges Deployment of a real world application is a complex, and all-too-often, a manual process. The complexity comes from the fact that the application may need to be deployed to any number of environments: Development (DEV), Quality Assurance (QA), User Acceptance Testing (UAT), Pre-production (STAGE), and Production (PROD). Each of these environments is typically slightly different requiring different accounts, password, and setting and thus it may seem like manual intervention is required. Complicating matters is the fact that today's business applications comprise multiple moving parts that all need to be synchronized and deployed together. For example, a typical J2EE application can be made up of an EAR file, database scmGalaxy Build & Release
  • 4. February 18, 2010 ADVANCE FEATURES OF SMART BUILD TOOLS changes, some static content, and environment changes (such as JDBC connection pools, Message Queues, etc.). Making sure that all these pieces get deployed on the correct machines and in the correct order can feel like a daunting task, especially if you need to repeat it for each environment. Keep in mind that each environment may have a different number of database servers, application server, HTTP server, etc. Build Acceleration Challenges Slow software build cycles are more than just an annoyance. Whether you have long monolithic builds or a large number of smaller builds that take a long time, they are having a real impact on your development organization. Wasted time, frustration waiting for builds Fixing broken builds delays testing Fewer bugs fixed, fewer features added Developers avoid builds QA may skip tests to meet deadlines A recent survey of more than 350 development professionals found that 68% reported broken builds at least a few times per month (and often weekly), and fixing those typically wasted 2 weeks per year. The majority said their builds were each more than 1 hour long, with 24% reporting builds of 2-4 hours, which translates to time not spent creating great software. Integration with Elastic and Cloud Computing In a large infrastructure with many projects, the CI server often experiences variable task loads with unpredictable load peaks (such as during releases). In an environment with fixed resources, this leads to build queue growths, increased build times, and poor build scheduling control. Computing clouds such as Amazon EC2 provide a nice and efficient way to scale resources to fulfill variable demands with random load spikes. Such rapid demand growths is exactly what happens in Build Server during CI "rush hours," when everyone starts personal builds before going home, and also during pre-release days, when every new fix needs another round of unit tests, and build feedback time becomes mission-critical. Build Server utilizes EC2 via virtual build agents. Virtual build agents are similar to standard ones, except that they run on virtual instances on the Amazon EC2. This means that Build Server is able to dynamically start as many instances of such agents as needed, in order to keep the build queue under control under high loads. Additionally, Build Server can shut down virtual build agents when they are not needed anymore, to minimize EC2 instances uptime. scmGalaxy Build & Release
  • 5. February 18, 2010 ADVANCE FEATURES OF SMART BUILD TOOLS While being a great solution for mitigating peak loads and maintaining constant build feedback time, Amazon EC2 integration also provides great cost optimization opportunities, as each resource accumulates costs only while in use. Workflow Management In recent years, build management solutions have provided even more relief when it comes to automating the build process. Both commercial and open source solutions are available to perform more automated build and workflow processing. Some solutions focus on automating the pre and post steps around the calling of the build scripts, while others go beyond the pre and post build script processing and drive down into streamlining the actual compile and linker calls without much manual scripting. Tools Comparison OpenMake Bamboo AnthillPro TeamCity Electric Cloud Agile Support YES YES YES YES YES Deployment YES NO YES No YES Remote Agent YES YES YES YES YES Cloud - Elastic NO YES No YES YES WorkFlow Mgmt YES YES - YES YES - YES, Limited Limited Limited Reference: http://www.electric-cloud.com www.anthillpro.com http://www.atlassian.com www.jetbrains.com/teamcity http://www.openmakesoftware.com scmGalaxy Build & Release