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