<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>automation - Tag - Abdullah Khabir</title>
        <link>https://abdullah.today/tags/automation/</link>
        <description>automation - Tag - Abdullah Khabir</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>abdullah@abdullah.today (Abdullah Khabir)</managingEditor>
            <webMaster>abdullah@abdullah.today (Abdullah Khabir)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 21 Jun 2022 18:07:52 &#43;0500</lastBuildDate><atom:link href="https://abdullah.today/tags/automation/" rel="self" type="application/rss+xml" /><item>
    <title>Trigger a Jenkins Build on Every Code Push Event</title>
    <link>https://abdullah.today/trigger-a-jenkins-build-on-every-code-push-event/</link>
    <pubDate>Tue, 21 Jun 2022 18:07:52 &#43;0500</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/trigger-a-jenkins-build-on-every-code-push-event/</guid>
    <description><![CDATA[Configure GitHub project Go to your GitHub repository settings and click on Webhooks. Click on add a webhook.
In payload URL, add your jenkins installation URL + &lsquo;/github-webhook/&rsquo;. For example if my jenkins is running at https://jenkins.example.com:8080, I&rsquo;ll add https://jenkins.example.com:8080/github-webhook/. Disable SSL verification. Select send me everything or you can select only push events. and lastly check the box which says Active.
Configure Jenkins project Go to your jenkins project configuration.]]></description>
</item><item>
    <title>Automate the boring stuff of wallpapers with systemd</title>
    <link>https://abdullah.today/wallpaper-automation/</link>
    <pubDate>Wed, 08 May 2019 00:00:00 &#43;0000</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/wallpaper-automation/</guid>
    <description><![CDATA[So assuming you&rsquo;re not using a DE and don&rsquo;t wanna install a tool which comes with a lot of dependencies just to automate the boring stuf of changing wallpapers (root window of Xorg). I wrote a simple Python program which you can use as systemd unit too.
Clone the repository or download/copy the beautify.py if you don&rsquo;t want systemd part. I&rsquo;d recommend ~/bin for such executable scripts. You can execute it from .]]></description>
</item></channel>
</rss>
