workspace jenkins to _sd_
This commit is contained in:
parent
3424d5141a
commit
b8b2bfbd55
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue