<?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>froztbyte.getBlog() &#187; drone</title>
	<atom:link href="http://blog.froztbyte.net/tag/drone/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.froztbyte.net</link>
	<description>returns the contents of froztbyte.blog</description>
	<lastBuildDate>Fri, 03 Apr 2020 21:58:55 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>Drone CI Slack plugin changes for 0.4 to 0.5</title>
		<link>http://blog.froztbyte.net/2017/03/drone-ci-slack-plugin-changes-for-0-4-to-0-5/</link>
		<comments>http://blog.froztbyte.net/2017/03/drone-ci-slack-plugin-changes-for-0-4-to-0-5/#comments</comments>
		<pubDate>Thu, 23 Mar 2017 13:48:22 +0000</pubDate>
		<dc:creator><![CDATA[froztbyte]]></dc:creator>
				<category><![CDATA[minipost]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[drone]]></category>
		<category><![CDATA[droneci]]></category>
		<category><![CDATA[slack]]></category>

		<guid isPermaLink="false">http://blog.froztbyte.net/?p=513</guid>
		<description><![CDATA[Recently I&#8217;ve setup Drone CI for internal use, and ran into an issue with the Slack plugin failing to work. I thought I&#8217;d give a quick summary here of what was necessary to fix it on my setup, as the &#8230;<p class="read-more"><a href="http://blog.froztbyte.net/2017/03/drone-ci-slack-plugin-changes-for-0-4-to-0-5/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Recently I&#8217;ve setup Drone CI for internal use, and ran into an issue with the Slack plugin failing to work. I thought I&#8217;d give a quick summary here of what was necessary to fix it on my setup, as the documentation (as it stands today) didn&#8217;t make it very clear.</p>
<p>The config required for making the Slack plugin work on 0.4 looks like this:</p>
<pre>notify:
  slack:
    webhook_url: https://hooks.slack.com/services/...
    channel: general
    username: drone
</pre>
<p>And the config for 0.5 like this:</p>
<pre>pipeline:
  ...

  slack:
    image: plugins/slack
    webhook: https://hooks.slack.com/services/...
    channel: general
    username: drone
</pre>
<p>The main differences I observed are:</p>
<ul>
<li>the depth at which the notification plugin is stated (on 0.4 it&#8217;s at the root, on 0.5 it&#8217;s under pipeline)</li>
<li>&#8220;webhook_url&#8221; changed to &#8220;webhook&#8221;</li>
<li>the notify keyword/section appears to no longer be required</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.froztbyte.net/2017/03/drone-ci-slack-plugin-changes-for-0-4-to-0-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
