Skip to content
Snippets Groups Projects
Commit c0270c2e authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

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

parents 6cc20174 eed429c8
No related branches found
No related tags found
No related merge requests found
......@@ -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}\""
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment