From b69376d6bbec9a7065f4f65e5bc8607a0e4836ff Mon Sep 17 00:00:00 2001 From: "oleg.vodyanov91@gmail.com" Date: Sun, 25 Jan 2026 00:50:34 +0400 Subject: [PATCH] change agent --- pipelines/docbot | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pipelines/docbot b/pipelines/docbot index a91edf1..d11f305 100644 --- a/pipelines/docbot +++ b/pipelines/docbot @@ -9,7 +9,12 @@ pipeline { steps { checkout scm } } stage('Lint/Test/Sec'){ - agent { docker { image 'python:3.12-slim' args '-u root' } } + agent { + docker { + image 'python:3.12-slim' + args '-u root' + } + } steps { sh ''' apt-get update && apt-get install -y build-essential libpq-dev curl jq