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
Why Your CI/CD Pipeline is Probably Overkill

Why Your CI/CD Pipeline is Probably Overkill

Let me start with a confession: I once built a CI/CD pipeline that took longer to configure than the actual project it was supposed to deploy. The pipeline had 47 stages, three different testing environments, and enough YAML to make a grown developer weep. The kicker? It was for a static documentation site that got updated maybe twice a month. If you’ve ever found yourself explaining why your “simple” deployment needs 15 different tools, 3 orchestration layers, and a PhD in DevOps to understand, this article is for you....

August 21, 2025 · 8 min · 1635 words · Maxim Zhirnov