Atlassian Bamboo's build's info + Telegram bot
Hi! I’ll share you my experience of creating a Telegram bot, which sends information about a given Atlassian Bamboo’s plan. I’ll use python 3 for this task.
Just another IT Blog on GitHub.io
Hi! I’ll share you my experience of creating a Telegram bot, which sends information about a given Atlassian Bamboo’s plan. I’ll use python 3 for this task.
Hi! Today I going to share with you a little trick, which I used once for one of my Bamboo’s plan. 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”. But my goal was to set it “red” if some metrics was unacceptable. 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.
What is Ansible? Ansible’s GitHub repository’s description says, that Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Well, it is. But it’s just words, so let’s dive into Ansible to see how it works.
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, all. I’m going to show you a pretty small python script, which was made after my friend’s request. It was needed just as a training example, but I think it’ll be useful in usual sysadmin’s life. So, welcome.