From 8d806ac67b554ced2ad0a9be79a23e0b24b6d80e Mon Sep 17 00:00:00 2001 From: "oleg.vodyanov91@gmail.com" Date: Sat, 24 Jan 2026 23:30:48 +0400 Subject: [PATCH] change agent --- pipelines/docbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/docbot b/pipelines/docbot index 6e50b59..2b93ba1 100644 --- a/pipelines/docbot +++ b/pipelines/docbot @@ -9,7 +9,7 @@ pipeline { steps { checkout scm } } stage('Lint/Test/Sec'){ - agent { docker { image 'python:3.12-slim' args '-u root' } } + agent { any { image 'python:3.12-slim' args '-u root' } } steps { sh ''' apt-get update && apt-get install -y build-essential libpq-dev curl jq