<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Agile Scrum Videos and Tutorials &#187; hudson</title>
	<atom:link href="http://www.tvagile.com/tag/hudson/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tvagile.com</link>
	<description>Agile Software Development, Scrum, Extreme Programing, XP, Test Driven Development, TDD, Feature Driven Development, FDD, Lean, DSDM, Behavior Driven Development, BDD, Refactoring, Pair Programming, Kanban</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:04:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Digg Technical Talks &#8211; Kohsuke Kawaguchi</title>
		<link>http://www.tvagile.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/</link>
		<comments>http://www.tvagile.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 15:54:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=2100</guid>
		<description><![CDATA[The creator of Hudson, Kohsuke Kawaguchi, speaks to Digg engineering team about the current state of Hudson and what we can look forward to down the road. His comments about Selenium and Hudson are of particular interest to the QA team. There are all kinds of integration possibilities &#8211; from custom reports that include embedded [...]]]></description>
		<wfw:commentRss>http://www.tvagile.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talk Release Management With Artifactory</title>
		<link>http://www.tvagile.com/2010/06/10/talk-release-management-with-artifactory/</link>
		<comments>http://www.tvagile.com/2010/06/10/talk-release-management-with-artifactory/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 11:59:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[artifactory]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=2089</guid>
		<description><![CDATA[In this presentation the Artifactory team demonstrates the benefits of managing your software development life-cycle through continuous integration. Frederic Simon and Yoav Landman show how to automate large-scale multi-module projects using a fully-integrated platform with Artifactory and Hudson. Using Maven, Gradle, or Ivy builds, it is now possible to dynamically automate and manage the pyramidal [...]]]></description>
		<wfw:commentRss>http://www.tvagile.com/2010/06/10/talk-release-management-with-artifactory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Mozilla uses Selenium</title>
		<link>http://www.tvagile.com/2010/06/08/how-mozilla-uses-selenium/</link>
		<comments>http://www.tvagile.com/2010/06/08/how-mozilla-uses-selenium/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 11:13:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=2087</guid>
		<description><![CDATA[Continuous Integration is a software development practice where members of a team integrate their work frequently. Each integration is verified by an automated build to find problems as quickly as possible. Many teams discover that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. In our [...]]]></description>
		<wfw:commentRss>http://www.tvagile.com/2010/06/08/how-mozilla-uses-selenium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Industrial Strength Groovy</title>
		<link>http://www.tvagile.com/2010/05/25/industrial-strength-groovy/</link>
		<comments>http://www.tvagile.com/2010/05/25/industrial-strength-groovy/#comments</comments>
		<pubDate>Tue, 25 May 2010 12:33:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[cobertura]]></category>
		<category><![CDATA[codenarc]]></category>
		<category><![CDATA[easyb]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=2075</guid>
		<description><![CDATA[Paul King presents some of the tools helping one programming in Groovy: Cobertura &#8211; code coverage, CodeNarc &#8211; code style, EasyB &#8211; acceptance tests, GroovyDoc – documentation, GroovyMock/Spock &#8211; mocking and testing, Hudson &#8211; CI builds, Maven/Ant/Gant/Gradle &#8211; build files, OSGi – bundles, and Spring/Guice &#8211; dependency injection. http://www.infoq.com/presentations/Industrial-Strength-Groovy]]></description>
		<wfw:commentRss>http://www.tvagile.com/2010/05/25/industrial-strength-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn how to Use Selenium with Maven/Ant to Automate Testing of Web Apps</title>
		<link>http://www.tvagile.com/2010/03/24/learn-how-to-use-selenium-with-mavenant-to-automate-testing-of-web-apps/</link>
		<comments>http://www.tvagile.com/2010/03/24/learn-how-to-use-selenium-with-mavenant-to-automate-testing-of-web-apps/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 13:47:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[cargo]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=2020</guid>
		<description><![CDATA[San Francisco Java User Group presents Chris Bedford who talks about: - How to write functional tests with Selenium (including explaining its IDE, architecture, RC, and alternatives like Canoo WebTest) - How to set up Selenium testing for web apps in continuous integration using Maven, Ant, Cargo, etc. - How to use Hudson for build [...]]]></description>
		<wfw:commentRss>http://www.tvagile.com/2010/03/24/learn-how-to-use-selenium-with-mavenant-to-automate-testing-of-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn About Continuous Integration With Hudson Directly From the Source</title>
		<link>http://www.tvagile.com/2010/03/08/learn-about-continuous-integration-with-hudson-directly-from-the-source/</link>
		<comments>http://www.tvagile.com/2010/03/08/learn-about-continuous-integration-with-hudson-directly-from-the-source/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:14:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1986</guid>
		<description><![CDATA[San Francisco Java User Group presents Kohsuke Kawaguchi from Sun who introduces us to Hudson, an open-source continuous integration (CI) system, which improves the productivity of a development team by automating various things. Additional resources: Hudson Blog Continuous Integration: The Cornerstone of a Great Shop Continuous Integration Tools Directory]]></description>
		<wfw:commentRss>http://www.tvagile.com/2010/03/08/learn-about-continuous-integration-with-hudson-directly-from-the-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use a Continuous Integration Server with Hudson</title>
		<link>http://www.tvagile.com/2010/02/05/use-a-continuous-integration-server-with-hudson/</link>
		<comments>http://www.tvagile.com/2010/02/05/use-a-continuous-integration-server-with-hudson/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 13:26:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[hudson]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1928</guid>
		<description><![CDATA[Continuous integration expert Paul Duvall explains how to download, install and configure Hudson and Tomcat, run an HSQL database, run an Ant automated build, use Subversion to manage source files and administer the Hudson web application. Source of the video and additional information Related Resources * Hudson Home Page * Hudson – Your Escape from [...]]]></description>
		<wfw:commentRss>http://www.tvagile.com/2010/02/05/use-a-continuous-integration-server-with-hudson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hudson &#8211; A Very Quick Demo</title>
		<link>http://www.tvagile.com/2009/08/26/hudson-a-very-quick-demo/</link>
		<comments>http://www.tvagile.com/2009/08/26/hudson-a-very-quick-demo/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 11:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[hudson]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1551</guid>
		<description><![CDATA[In this video Uncle Bob shows how he set up Hudson to be the continuous integration server for FitNesse.]]></description>
		<wfw:commentRss>http://www.tvagile.com/2009/08/26/hudson-a-very-quick-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Hudson: Setting up to run and report Unit Test results</title>
		<link>http://www.tvagile.com/2009/06/15/learning-hudson-setting-up-to-run-and-report-unit-test-results/</link>
		<comments>http://www.tvagile.com/2009/06/15/learning-hudson-setting-up-to-run-and-report-unit-test-results/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 11:28:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[mstest]]></category>
		<category><![CDATA[nunit]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1397</guid>
		<description><![CDATA[In this episode we will continue taking a look at how to setup the Hudson build server for usage in a .net environment.  We will be taking a look at how we can use Hudson to report our Unit Tests results after each build. We will be looking at both reporting NUnit and MSTest results [...]]]></description>
		<wfw:commentRss>http://www.tvagile.com/2009/06/15/learning-hudson-setting-up-to-run-and-report-unit-test-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Hudson: Setting up a Simple Build</title>
		<link>http://www.tvagile.com/2009/05/12/learning-hudson-setting-up-a-simple-build/</link>
		<comments>http://www.tvagile.com/2009/05/12/learning-hudson-setting-up-a-simple-build/#comments</comments>
		<pubDate>Tue, 12 May 2009 11:46:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[hudson]]></category>

		<guid isPermaLink="false">http://www.tvagile.com/?p=1344</guid>
		<description><![CDATA[In this episode we will take a look at how to setup the Hudson build server for our application. We will start off by showing how simple it is to install Hudson and then walk through various configuration points in the server. Finally we will end up by creating a simple build which pulls from [...]]]></description>
		<wfw:commentRss>http://www.tvagile.com/2009/05/12/learning-hudson-setting-up-a-simple-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

