change agent

This commit is contained in:
oleg.vodyanov91@gmail.com 2026-01-25 00:32:58 +04:00
parent 4dd997d7aa
commit a2f6320818

View File

@ -1,5 +1,8 @@
pipeline { pipeline {
agent { agent {
node {
label 'agent1'
}
docker { docker {
image 'python:3.12-slim' image 'python:3.12-slim'
args '-u root' args '-u root'