From 6ff02e3ddfe47093e534d9a75e12a08a9a806b17 Mon Sep 17 00:00:00 2001 From: "oleg.vodyanov91@gmail.com" Date: Sun, 25 Jan 2026 00:35:16 +0400 Subject: [PATCH] change agent --- pipelines/docbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/docbot b/pipelines/docbot index 8f5c8c8..a91edf1 100644 --- a/pipelines/docbot +++ b/pipelines/docbot @@ -1,5 +1,5 @@ pipeline { - agent { label = 'agent1' } + agent { label 'agent1' } environment { DOCKER_BUILDKIT = '1' IMAGE_NAME = 'registry.myinstalink.ru/docbot'