From c4142cb99b5147d269e80ba1edd45d45fdc9104e Mon Sep 17 00:00:00 2001 From: "oleg.vodyanov91@gmail.com" Date: Sat, 24 Jan 2026 23:32:05 +0400 Subject: [PATCH] change agent --- pipelines/docbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/docbot b/pipelines/docbot index 2b93ba1..5c77802 100644 --- a/pipelines/docbot +++ b/pipelines/docbot @@ -1,5 +1,5 @@ pipeline { - agent { label 'docker' } + agent { any } environment { DOCKER_BUILDKIT = '1' IMAGE_NAME = 'registry.myinstalink.ru/docbot'