_sd_
This commit is contained in:
parent
cf26af6d63
commit
8a1061fa07
|
|
@ -44,11 +44,9 @@ def git_take(projects, git_remote) {
|
||||||
}
|
}
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
node{
|
environment {
|
||||||
label 'any'
|
CUSTOM_WORKSPACE = programs
|
||||||
customWorkspace programs
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue