mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Merge "CI: Set correct user:group when publishing docs" into 13
This commit is contained in:
@@ -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}\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user