workspace jenkins to _sd_

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

View File

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