change agent

This commit is contained in:
oleg.vodyanov91@gmail.com 2026-01-25 00:56:35 +04:00
parent b69376d6bb
commit a3c46877f0

View File

@ -9,7 +9,10 @@ pipeline {
steps { checkout scm } steps { checkout scm }
} }
stage('Lint/Test/Sec'){ stage('Lint/Test/Sec'){
agent { agent {
node {
label 'agent1'
}
docker { docker {
image 'python:3.12-slim' image 'python:3.12-slim'
args '-u root' args '-u root'