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