This commit is contained in:
Artur Kuś 2025-09-04 23:19:57 +02:00
parent 1fffd748a3
commit cf26af6d63
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def git_take(projects, git_remote) {
pipeline { pipeline {
agent { agent {
node{ node{
any label 'any'
customWorkspace programs customWorkspace programs
} }
} }