change agent

This commit is contained in:
oleg.vodyanov91@gmail.com 2026-01-24 23:30:48 +04:00
parent 9c1982e6e8
commit 8d806ac67b

View File

@ -9,7 +9,7 @@ pipeline {
steps { checkout scm } steps { checkout scm }
} }
stage('Lint/Test/Sec'){ 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 { steps {
sh ''' sh '''
apt-get update && apt-get install -y build-essential libpq-dev curl jq apt-get update && apt-get install -y build-essential libpq-dev curl jq