workspace jenkins to _sd_

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

View File

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