From a2f632081837be8f1046efbee4ea9ee39aa0a109 Mon Sep 17 00:00:00 2001 From: "oleg.vodyanov91@gmail.com" Date: Sun, 25 Jan 2026 00:32:58 +0400 Subject: [PATCH] change agent --- pipelines/docbot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pipelines/docbot b/pipelines/docbot index 2d2d088..6135666 100644 --- a/pipelines/docbot +++ b/pipelines/docbot @@ -1,5 +1,8 @@ pipeline { agent { + node { + label 'agent1' + } docker { image 'python:3.12-slim' args '-u root'