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

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 

Recently uploaded (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 

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