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