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