change agent

This commit is contained in:
oleg.vodyanov91@gmail.com 2026-01-25 00:29:37 +04:00
parent 28632733f1
commit 3190a423bf

View File

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