workspace jenkins to _sd_

This commit is contained in:
Artur Kuś 2025-09-04 23:07:35 +02:00
parent 3424d5141a
commit b8b2bfbd55
1 changed files with 1 additions and 4 deletions

View File

@ -42,12 +42,9 @@ def git_take(projects, git_remote) {
}
pipeline {
agent any
stages {
stage('Update from git') {
agent {
label 'any'
customWorkspace '/_sd_/_programs_'
}
steps {
script {
git_take(projects, git_remote)