escape braket to avoid collision with groovy syntax

This commit is contained in:
weboko 2023-01-11 21:22:01 +01:00
parent 53fcfb53ff
commit dcdcd12ed3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -79,5 +79,5 @@ def buildExample(example=STAGE_NAME) {
def copyExample(example=STAGE_NAME) {
sh "mkdir -p build/docs/${example}"
sh "cp examples/${example}/*.{js|css|html} build/docs/${example}/"
sh "cp examples/${example}/*.\(js|css|html\) build/docs/${example}/"
}