<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to create a deployment pipeline using Hudson</title>
	<atom:link href="http://www.blackpepper.co.uk/black-pepper-blog/How-to-create-a-deployment-pipeline-using-Hudson.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackpepper.co.uk/black-pepper-blog/How-to-create-a-deployment-pipeline-using-Hudson.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how_to_create_a_deployment_pipeline_using_hudson</link>
	<description>Agile software development processes, stories and lessons learnt</description>
	<lastBuildDate>Fri, 14 Oct 2011 10:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Geoff Bullen</title>
		<link>http://www.blackpepper.co.uk/black-pepper-blog/How-to-create-a-deployment-pipeline-using-Hudson.html/comment-page-1/#comment-1564</link>
		<dc:creator>Geoff Bullen</dc:creator>
		<pubDate>Fri, 11 Mar 2011 04:44:42 +0000</pubDate>
		<guid isPermaLink="false">/how_to_create_a_deployment_pipeline_using_hudson/#comment-1564</guid>
		<description>Have a look at the Hudsn and Jenkins build pipeline plugin that supports epoymen pipelines.  Both fully automated, and hose that require manual intervention.

http://www.centrumsystems.com.au/blog/?p=121</description>
		<content:encoded><![CDATA[<p>Have a look at the Hudsn and Jenkins build pipeline plugin that supports epoymen pipelines.  Both fully automated, and hose that require manual intervention.</p>
<p><a href="http://www.centrumsystems.com.au/blog/?p=121" rel="nofollow">http://www.centrumsystems.com.au/blog/?p=121</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Malcolm</title>
		<link>http://www.blackpepper.co.uk/black-pepper-blog/How-to-create-a-deployment-pipeline-using-Hudson.html/comment-page-1/#comment-770</link>
		<dc:creator>Dan Malcolm</dc:creator>
		<pubDate>Sun, 14 Nov 2010 14:53:58 +0000</pubDate>
		<guid isPermaLink="false">/how_to_create_a_deployment_pipeline_using_hudson/#comment-770</guid>
		<description>In your setup, how do you manage manual triggering of deployments (to manual testing or production environments) and did you find a way to allow users to select from a range of release candidates to deploy?

I&#039;ve looked at ThoughtWorks&#039; Go, which makes all this manageable via the UI, but I&#039;m wondering whether something similar can be set up using standard CI tools.

Thanks for the post.</description>
		<content:encoded><![CDATA[<p>In your setup, how do you manage manual triggering of deployments (to manual testing or production environments) and did you find a way to allow users to select from a range of release candidates to deploy?</p>
<p>I&#8217;ve looked at ThoughtWorks&#8217; Go, which makes all this manageable via the UI, but I&#8217;m wondering whether something similar can be set up using standard CI tools.</p>
<p>Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Swan</title>
		<link>http://www.blackpepper.co.uk/black-pepper-blog/How-to-create-a-deployment-pipeline-using-Hudson.html/comment-page-1/#comment-769</link>
		<dc:creator>Andrew Swan</dc:creator>
		<pubDate>Wed, 27 Oct 2010 03:56:45 +0000</pubDate>
		<guid isPermaLink="false">/how_to_create_a_deployment_pipeline_using_hudson/#comment-769</guid>
		<description>Seems to be on Scribd at http://www.scribd.com/doc/196739/The-Deployment-Pipeline-by-Dave-Farley-2007</description>
		<content:encoded><![CDATA[<p>Seems to be on Scribd at <a href="http://www.scribd.com/doc/196739/The-Deployment-Pipeline-by-Dave-Farley-2007" rel="nofollow">http://www.scribd.com/doc/196739/The-Deployment-Pipeline-by-Dave-Farley-2007</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Swan</title>
		<link>http://www.blackpepper.co.uk/black-pepper-blog/How-to-create-a-deployment-pipeline-using-Hudson.html/comment-page-1/#comment-768</link>
		<dc:creator>Andrew Swan</dc:creator>
		<pubDate>Wed, 27 Oct 2010 03:50:47 +0000</pubDate>
		<guid isPermaLink="false">/how_to_create_a_deployment_pipeline_using_hudson/#comment-768</guid>
		<description>The URL http://studios.thoughtworks.com/assets/2007/5/11/The-Deployment-Pipeline-by-Dave-Farley-2007.pdf is 404. In any case, is that article superseded by the recent Continuous Deployment book from Humble and Farley (which we have)?</description>
		<content:encoded><![CDATA[<p>The URL <a href="http://studios.thoughtworks.com/assets/2007/5/11/The-Deployment-Pipeline-by-Dave-Farley-2007.pdf" rel="nofollow">http://studios.thoughtworks.com/assets/2007/5/11/The-Deployment-Pipeline-by-Dave-Farley-2007.pdf</a> is 404. In any case, is that article superseded by the recent Continuous Deployment book from Humble and Farley (which we have)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Kueblboeck</title>
		<link>http://www.blackpepper.co.uk/black-pepper-blog/How-to-create-a-deployment-pipeline-using-Hudson.html/comment-page-1/#comment-767</link>
		<dc:creator>Manuel Kueblboeck</dc:creator>
		<pubDate>Wed, 13 Oct 2010 01:42:31 +0000</pubDate>
		<guid isPermaLink="false">/how_to_create_a_deployment_pipeline_using_hudson/#comment-767</guid>
		<description>Thanks for sharing.

@Xu Wei: The later stage doesn&#039;t rebuild the binary artefacts, but reuses them from the commit stage. However, you can still run into the case where you have more than one commit job executions finished, before the acceptance test job is run. But because the acceptance test job is most likely slower than the commit job, you probably should just run the acceptance test job once with the latest successful commit job artefacts anyway. Otherwise, if you got a constant stream of check-ins, the acceptance test job executions will fall more and more behind. This is the default behaviour in Hudson. If you need more sophisticated behaviour you should have a look at the build promotion plugin.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing.</p>
<p>@Xu Wei: The later stage doesn&#8217;t rebuild the binary artefacts, but reuses them from the commit stage. However, you can still run into the case where you have more than one commit job executions finished, before the acceptance test job is run. But because the acceptance test job is most likely slower than the commit job, you probably should just run the acceptance test job once with the latest successful commit job artefacts anyway. Otherwise, if you got a constant stream of check-ins, the acceptance test job executions will fall more and more behind. This is the default behaviour in Hudson. If you need more sophisticated behaviour you should have a look at the build promotion plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xu wei</title>
		<link>http://www.blackpepper.co.uk/black-pepper-blog/How-to-create-a-deployment-pipeline-using-Hudson.html/comment-page-1/#comment-106</link>
		<dc:creator>xu wei</dc:creator>
		<pubDate>Mon, 16 Nov 2009 02:45:54 +0000</pubDate>
		<guid isPermaLink="false">/how_to_create_a_deployment_pipeline_using_hudson/#comment-106</guid>
		<description>Hi, 
first, thanks for your post. I have a question, how can I make sure the two project are builded using the same version of the project? e.g. during the first project building, someone check in new things, and then the first project finished, and triggered the deploy stage, how can we make sure the deploy stage to use the same version with the commit stage?

thanks.
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
first, thanks for your post. I have a question, how can I make sure the two project are builded using the same version of the project? e.g. during the first project building, someone check in new things, and then the first project finished, and triggered the deploy stage, how can we make sure the deploy stage to use the same version with the commit stage?</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silviu</title>
		<link>http://www.blackpepper.co.uk/black-pepper-blog/How-to-create-a-deployment-pipeline-using-Hudson.html/comment-page-1/#comment-43</link>
		<dc:creator>Silviu</dc:creator>
		<pubDate>Wed, 03 Dec 2008 10:07:00 +0000</pubDate>
		<guid isPermaLink="false">/how_to_create_a_deployment_pipeline_using_hudson/#comment-43</guid>
		<description>Hi Simon,
  Very useful post, but could you please detail the steps for setting up the two projects: [Project]_Commit and [Project]_UAT? Especially the part for aggregate downstream test results.

Thank you,
  Regards, Silviu.</description>
		<content:encoded><![CDATA[<p>Hi Simon,<br />
  Very useful post, but could you please detail the steps for setting up the two projects: [Project]_Commit and [Project]_UAT? Especially the part for aggregate downstream test results.</p>
<p>Thank you,<br />
  Regards, Silviu.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

