<?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>Pro-Tek Blog &#187; Pipelines in Jenkins</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/pipelines-in-jenkins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>WHY DO WE USE PIPELINES IN JENKINS?</title>
		<link>http://www.pro-tekconsulting.com/blog/why-do-we-use-pipelines-in-jenkins/</link>
		<comments>http://www.pro-tekconsulting.com/blog/why-do-we-use-pipelines-in-jenkins/#comments</comments>
		<pubDate>Fri, 02 Feb 2018 03:20:44 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[JENKINS]]></category>
		<category><![CDATA[Pipelines in Jenkins]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2397</guid>
		<description><![CDATA[<p>Why do we use Pipelines in Jenkins? Pipeline adds a powerful set of automation tools onto Jenkins, supporting use cases that span from simple continuous integration to comprehensive continuous delivery pipelines. By modeling a series of related tasks, users can take advantage of the many features of Pipeline. Code: Pipelines are implemented in code and [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/why-do-we-use-pipelines-in-jenkins/">WHY DO WE USE PIPELINES IN JENKINS?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>Why do we use Pipelines in Jenkins?</h4>
<p>Pipeline adds a powerful set of automation tools onto Jenkins, supporting use cases that span from simple continuous integration to comprehensive continuous delivery pipelines. By modeling a series of related tasks, users can take advantage of the many features of Pipeline.</p>
<p><strong>Code:</strong> Pipelines are implemented in code and typically checked into source control, giving teams the ability to edit, review, and iterate upon their delivery pipeline.</p>
<p><strong>Durable:</strong> Pipelines can survive both planned and unplanned restarts of the Jenkins master.</p>
<p><strong>Pausable:</strong> Pipelines can optionally stop and wait for human input or approval before continuing the Pipeline run.</p>
<p><strong>Versatile:</strong> Pipelines support complex real-world continuous delivery requirements, including the ability to fork/join, loop, and perform work in parallel.</p>
<p><strong>Extensible:</strong> The Pipeline plugin supports custom extensions to its DSL and multiple options for integration with other plugins.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/why-do-we-use-pipelines-in-jenkins/">WHY DO WE USE PIPELINES IN JENKINS?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/why-do-we-use-pipelines-in-jenkins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
