workspace jenkins to _sd_
This commit is contained in:
parent
1312da03db
commit
3424d5141a
|
|
@ -43,11 +43,11 @@ def git_take(projects, git_remote) {
|
|||
|
||||
pipeline {
|
||||
stages {
|
||||
stage('Update from git') {
|
||||
agent {
|
||||
label 'any'
|
||||
customWorkspace '/_sd_/_programs_'
|
||||
}
|
||||
stage('Update from git') {
|
||||
steps {
|
||||
script {
|
||||
git_take(projects, git_remote)
|
||||
|
|
|
|||
Loading…
Reference in New Issue