change agent

This commit is contained in:
oleg.vodyanov91@gmail.com 2026-01-25 00:57:41 +04:00
parent a3c46877f0
commit 0c6ce0b5db

View File

@ -10,10 +10,8 @@ pipeline {
} }
stage('Lint/Test/Sec'){ stage('Lint/Test/Sec'){
agent { agent {
node {
label 'agent1'
}
docker { docker {
reuseNode true
image 'python:3.12-slim' image 'python:3.12-slim'
args '-u root' args '-u root'
} }