jenkins test

Vadim vtroshchinskiy 2025-02-21 13:07:33 +01:00
parent c0045cf45d
commit d748404262
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -1,5 +1,6 @@
pipeline {
agent {
label 'jenkins-slave'
docker {
image 'ubuntu:24.04'
args '-u root:root'