Developing Jenkins Plugins with Groovy: A Complete Practical Guide

Developing Jenkins Plugins with Groovy: A Complete Practical Guide

So, you’ve been using Jenkins for a while, clicking through its web interface, setting up pipelines, and occasionally cursing when something breaks at 3 AM. But then one day, you think: “I wish Jenkins could do this specific thing.” You search for a plugin, scroll through hundreds of results, and nothing quite fits your needs. Well, my friend, it’s time to roll up your sleeves and build your own plugin. Don’t worry—developing Jenkins plugins with Groovy isn’t as intimidating as debugging a production incident without logs....

October 10, 2025 · 13 min · 2638 words · Maxim Zhirnov
Разработка плагинов Jenkins с помощью Groovy: Полное практическое руководство

Разработка плагинов Jenkins с помощью Groovy: Полное практическое руководство

Так, вы уже какое-то время используете Jenkins, кликаете по его веб-интерфейсу, настраиваете пайплайны и иногда ругаетесь, когда что-то ломается в 3 часа ночи. Но потом однажды вы думаете: «Хотелось бы, чтобы Jenkins мог делать вот это конкретное дело». Вы ищете плагин, пролистываете сотни результатов, и ничего не подходит под ваши нужды. Ну что ж, друг мой, пришло время закатать рукава и построить свой собственный плагин. Не волнуйтесь — разработка плагинов для Jenkins с помощью Groovy не так страшна, как отладка инцидента в продакшене без логов....

October 10, 2025 · 4 min · 851 words · Maxim Zhirnov
Building Automated API Testing Systems with Postman and Newman

Building Automated API Testing Systems with Postman and Newman

Let’s face it - manually testing APIs is about as exciting as watching paint dry, and twice as error-prone. If you’ve ever found yourself clicking through the same API endpoints for the hundredth time, muttering under your breath about the futility of human existence, then this article is your salvation. We’re going to build a bulletproof automated API testing system using Postman and Newman that will make your life infinitely easier (and your APIs infinitely more reliable)....

October 4, 2025 · 9 min · 1715 words · Maxim Zhirnov
Создание автоматизированных систем тестирования API с помощью Postman и Newman

Создание автоматизированных систем тестирования API с помощью Postman и Newman

Давайте признаем — ручное тестирование API примерно так же увлекательно, как смотреть, как сохнет краска, и в два раза более подвержено ошибкам. Если вы когда-нибудь ловили себя на том, что в сотый раз кликаете по одним и тем же конечным точкам API, бормоча себе под нос о бессмысленности существования человека, то эта статья — ваше спасение. Мы собираемся создать надёжную автоматизированную систему тестирования API с помощью Postman и Newman, которая сделает вашу жизнь бесконечно проще (а ваши API — бесконечно надёжнее)....

October 4, 2025 · 5 min · 979 words · Maxim Zhirnov

CI/CD Smackdown: Jenkins vs GitLab CI vs CircleCI - Which Tool Rules Your Deployment Arena?

Too many murders out there! Wait, no – I meant CI/CD tools. Let’s clarify: with Jenkins still rolling around like a vintage Porsche that refuses to die, GitLab CI acting like the brute-force bodybuilder, and CircleCI sprinting like a Jackrabbit on Red Bull, choosing the right tool feels like a realderabad challenge. But fear not, dear reader! In this article, we’ll delve into the twists, turns, and configuration files of these three titans....

July 27, 2025 · 8 min · 1657 words · Maxim Zhirnov