Skip to content
Snippets Groups Projects
Commit eed429c8 authored by George Joseph's avatar George Joseph
Browse files

CI: Set correct user:group when publishing docs

Change-Id: Ibabeb9ac730d9755cf54318d0da74771c939b86b
parent 1b760792
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ pipeline { ...@@ -71,7 +71,7 @@ pipeline {
userRemoteConfigs: [[url: docUrl]] 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.
Please register or to comment