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

pull/11/head
Jenkins2 7 years ago committed by Gerrit Code Review
commit c0270c2ec4

@ -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}\""
}
}

Loading…
Cancel
Save