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 { pipeline {
agent { agent any
node{ environment {
label 'any' CUSTOM_WORKSPACE = programs
customWorkspace programs
}
} }
stages { stages {