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

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