We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13de3a2 commit 8eafaeaCopy full SHA for 8eafaea
jenkins/Hono-Website-Pipeline.groovy
@@ -76,7 +76,7 @@ def build() {
76
sh '''
77
#!/bin/sh
78
echo "scrubbing web site target directory..."
79
- rm -rf $WORKSPACE/hono-web-site/!(copyrighted-logos)
+ rm -rf "$WORKSPACE/hono-web-site/!(copyrighted-logos)"
80
cd $WORKSPACE/hono/site
81
echo "building web site using Hugo `/shared/common/hugo/latest/hugo version`"
82
/shared/common/hugo/latest/hugo -v -d $WORKSPACE/hono-web-site
0 commit comments