From: George Joseph Date: Tue, 24 Jul 2018 10:22:36 +0000 (-0600) Subject: CI: Set correct user:group when publishing docs X-Git-Tag: 16.0.0-rc1~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3509ada06fd11654c55d2ea6efc0a9b0166af3e8;p=thirdparty%2Fasterisk.git CI: Set correct user:group when publishing docs Change-Id: Ibabeb9ac730d9755cf54318d0da74771c939b86b --- diff --git a/tests/CI/periodics-daily.jenkinsfile b/tests/CI/periodics-daily.jenkinsfile index a79c2d5170..0369c0fea2 100644 --- a/tests/CI/periodics-daily.jenkinsfile +++ b/tests/CI/periodics-daily.jenkinsfile @@ -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}\"" } }