Merge "CI: Set correct user:group when publishing docs" into 16

This commit is contained in:
Jenkins2 2018-07-24 06:02:59 -05:00 committed by Gerrit Code Review
commit 9913a4fcca
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ pipeline {
userRemoteConfigs: [[url: docUrl]]
]
sh "./tests/CI/publishAsteriskDocs.sh --branch-name=${BRANCH_NAME} --wiki-doc-branch-regex=\"${WIKI_DOC_BRANCH_REGEX}\""
sh "./tests/CI/publishAsteriskDocs.sh --user-group=jenkins:users --branch-name=${BRANCH_NAME} --wiki-doc-branch-regex=\"${WIKI_DOC_BRANCH_REGEX}\""
}
}