deploying mid-sprint with scrum (large ongoing 'brownfield' public web projects) - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T01:42:03Zhttp://stackoverflow.com/feeds/question/520166http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/520166/deploying-mid-sprint-with-scrum-large-ongoing-brownfield-public-web-projects1deploying mid-sprint with scrum (large ongoing 'brownfield' public web projects)Jaysen Marais2009-02-06T12:53:10Z2009-02-10T15:37:46Z
<p><a href="http://rads.stackoverflow.com/amzn/click/0130676349" rel="nofollow">Schwaber & Beedle's 'scrum' book</a> (and the other scrum literature I've read) seems to focus on having a releasable product by the end of the sprint. Web development for an established site (at least in our case) consists of developing 'enhancements' (of various sizes) and many small 'fixes'. Deploying (to web) only at the end of the sprint would slow down our deployment of large enhancements (probably a good thing) but would dramatically slow down our deployment of small enhancements and fixes (i.e. the bugs hang around longer).</p>
<p>Are mid-sprint deployments heretical in scrum? Are sprints even applicable in our case? Have I misunderstood sprints entirely?</p>
http://stackoverflow.com/questions/520166/deploying-mid-sprint-with-scrum-large-ongoing-brownfield-public-web-projects/520192#5201924Answer by krosenvold for deploying mid-sprint with scrum (large ongoing 'brownfield' public web projects)krosenvold2009-02-06T13:03:23Z2009-02-06T13:03:23Z<p>I really think deploying to <em>production</em> mid-sprint sounds like a bad idea. A real focus-stealer.</p>
<p>Maybe shortening the sprint length would be something for you ? </p>
http://stackoverflow.com/questions/520166/deploying-mid-sprint-with-scrum-large-ongoing-brownfield-public-web-projects/520201#5202010Answer by Gambrinus for deploying mid-sprint with scrum (large ongoing 'brownfield' public web projects)Gambrinus2009-02-06T13:06:02Z2009-02-06T13:06:02Z<p>If you want to perform a strict-scrum driven development - then mid-sprint deployments are heretical. In my opinion is a strict-scrum approach not the best tool to use for scenario. I'd use a more classical approach where you have defined deployment-packages and tasks appointed to them. you develop on a single trunk and if all the tasks for a given deployment-package are done - you deploy it. But be aware of constraints within your code and project.</p>
http://stackoverflow.com/questions/520166/deploying-mid-sprint-with-scrum-large-ongoing-brownfield-public-web-projects/520216#5202160Answer by François Wauquier for deploying mid-sprint with scrum (large ongoing 'brownfield' public web projects)François Wauquier2009-02-06T13:09:17Z2009-02-06T13:09:17Z<p>You could have a look at Alistair Cockburn Crystal "Orange Web" method. He adapted agile principles with the public web site constraints.</p>
http://stackoverflow.com/questions/520166/deploying-mid-sprint-with-scrum-large-ongoing-brownfield-public-web-projects/520562#5205623Answer by David Segonds for deploying mid-sprint with scrum (large ongoing 'brownfield' public web projects)David Segonds2009-02-06T14:52:55Z2009-02-06T14:52:55Z<p>The completed work at the end of a Sprint has to be reviewed by the product owner during the review meeting. If you release mid-way, this may not be the case.</p>
<p>If you feel that the work is complete before the end of the sprint you can:</p>
<ol>
<li>Add more work by picking highest priority items from the release backlog</li>
<li>Shorten future sprints</li>
</ol>
<p>Given your work environment description, I would opt for 2.</p>
<p>You may also want to consider another agile methodology that may be more appropriate to your environment.</p>
<p>I would not release mid-sprint.</p>
http://stackoverflow.com/questions/520166/deploying-mid-sprint-with-scrum-large-ongoing-brownfield-public-web-projects/532836#5328360Answer by Adrian Wible for deploying mid-sprint with scrum (large ongoing 'brownfield' public web projects)Adrian Wible2009-02-10T15:37:46Z2009-02-10T15:37:46Z<p>Having releasable content at the end of a sprint does not preclude mid-sprint releases. In fact, when your team has production support responsibilities, it is required. </p>
<p>I would ask a few questions about these mid-sprint releases though:</p>
<p>1) Does the incremental value of earlier release exceed the cost of deployment?
2) Have you assessed the risk of each of these mini-deployments to ensure they don't backfire and create more work?
3) Can you get customer feedback for these mini-releases to ensure you're releasing what they want?
4) Have you considered shortening your sprints?</p>
<p>"Strict scrum-driven development" (proferred above) is, to me, an oxymoron. The mantra is inspect and adapt. I chaffe at the suggestion that scrum is being wielded as a doctrine against improved responsiveness to your stakeholders.</p>