Обновить Jenkinsfile
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -1,5 +1,10 @@
|
||||
pipeline {
|
||||
agent { label 'docker' }
|
||||
agent {
|
||||
node {
|
||||
label 'docker'
|
||||
customWorkspace "/home/jenkins/workspace/ReleaseBuild/${params.STAND_ID}/"
|
||||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
PRODUCT_NAME = '<%%RESERVED_NAME%%>'
|
||||
|
||||
Reference in New Issue
Block a user