Project Management

Please login or join to subscribe to this thread

Can some one help me to explain this statement in Scrum

linkedin twitter facebook  
avatar
Tam Nguyen Annandale, Va, United States
Flexibility through Continuos Integration

How does it work by using integration techniques

"Using continuous integration techniques, Scrum Team members can incorporate new and modified feature into the deliverable whenever possible. This mitigates the risk of multiple team member making changes to redundant components."
Sort By:
avatar
Sonali Malu Maharashtra, India
Continuous Integration(CI) also is combined with Continuous Deployment(CD).
CI provides flexibility to developers to commit their code several times in a day and CD provide automatic build with the new code. This can test the build with the new code immediately and helps to identify bugs quickly.
...
1 reply by Tam Nguyen
May 30, 2017 3:07 AM
Tam Nguyen
...
Thank for your help. How can we use CI and CD?
avatar
Seema Sonkiya Head Business Analysis Practices, PMI-PBA trainer| iZenBridge Consultancy Private Limited Jaipur, Rajasthan, India
Just to add: the code flexibility comes when it is written in the way which you can modify it easily for a purpose. CI helps here to a great extent: The code bugs are identified early, and it is adaptable to new features.
Anytime you can add code in the production with a single push of a button and it support ends to end working all the time.
avatar
Tam Nguyen Annandale, Va, United States
May 29, 2017 5:55 AM
Replying to Sonali Malu
...
Continuous Integration(CI) also is combined with Continuous Deployment(CD).
CI provides flexibility to developers to commit their code several times in a day and CD provide automatic build with the new code. This can test the build with the new code immediately and helps to identify bugs quickly.
Thank for your help. How can we use CI and CD?
avatar
Seema Sonkiya Head Business Analysis Practices, PMI-PBA trainer| iZenBridge Consultancy Private Limited Jaipur, Rajasthan, India
CI is the basic thing to enable CD. You can see CD as a practice where code can be put in production like the environment or you can say directly in the production. It can not be possible without CI.
Here are the few key points:
Developers check into the main code line at least once a day
This Check-in triggers a build plus a unit test run.
The build is fixed within ten minutes of it going red.

The above steps help in automatically or manually deploy the application to a production environment. The Automatic push is called CD.

Please login or join to reply

Content ID:
ADVERTISEMENTS

"A lie gets halfway around the world before the truth has a chance to get its pants on. "

- Winston Churchill

ADVERTISEMENT

Sponsors