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