Обновить Jenkinsfile

This commit is contained in:
2026-04-08 18:48:52 +03:00
parent 1a58b35011
commit 6f969b2f09

7
Jenkinsfile vendored
View File

@@ -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%%>'