From 3190a423bff54b114675be8e776a2eefd11d2a86 Mon Sep 17 00:00:00 2001 From: "oleg.vodyanov91@gmail.com" Date: Sun, 25 Jan 2026 00:29:37 +0400 Subject: [PATCH] change agent --- pipelines/docbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/docbot b/pipelines/docbot index 2d2d088..457d617 100644 --- a/pipelines/docbot +++ b/pipelines/docbot @@ -1,6 +1,6 @@ pipeline { agent { - docker { + agent1 { image 'python:3.12-slim' args '-u root' }