mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-26 22:30:28 +00:00
Merge "CI: Set correct user:group when publishing docs" into 16
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