workspace jenkins to _sd_
This commit is contained in:
parent
b41325578b
commit
1312da03db
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue