This commit is contained in:
Artur Kuś 2025-09-04 23:28:00 +02:00
parent cf26af6d63
commit 8a1061fa07
1 changed files with 3 additions and 5 deletions

View File

@ -44,11 +44,9 @@ def git_take(projects, git_remote) {
}
pipeline {
agent {
node{
label 'any'
customWorkspace programs
}
agent any
environment {
CUSTOM_WORKSPACE = programs
}
stages {