Atlassian Bamboo's build's info + Telegram bot
Hi! I want to share my experience of creating a Telegram bot, taht sends information about a given Atlassian Bamboo’s plan to the chat/channel.
Hands-On IT Knowledge, Shared One Post at a Time
Hi! I want to share my experience of creating a Telegram bot, taht sends information about a given Atlassian Bamboo’s plan to the chat/channel.
Hi! Today I going to share with you a little trick, which I used once for one of my Atlassian Bamboo’s plans. First, Bamboo is a continuous integration server developed by Atlassian. (off topic*: This is a holy war’s subject, but Bamboo is a Jenkins’ competitor). Anyway, I had to make a check of some parameter after build’s finish. The build was always successful, so Bamboo always mark it as “green”. My goal was to set it “red” if some metrics valuse wasn’t good enough. And after a conversation with my skilled colleagues I found a solution.
Hi! If you are lucky guy just like me and you have Broadcom Limited BCM43142 and also you love Fedora Linux, this post for you.
So, what’s Ansible all about? GitHub describes it as a radically simple IT automation platform that makes your applications and systems easier to deploy. Sounds great, right? But that’s just the surface. Let’s dig in and see what Ansible really does.
Cppcheck is a static analysis tool for C/C++ code. Project’s home on sourceforge: http://cppcheck.sourceforge.net/. Small description from the site:
Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).
Hi everyone! I’d like to share a small Python script I originally wrote for a one-time personal task. While it was created for a specific need, I believe it could be useful in everyday sysadmin work.