Skip to content

Commit 7f06e48

Browse files
committed
Updated format for comments in Jenkinsfile
Signed-off-by: Adrien Duermael <adrien@duermael.com>
1 parent 554231b commit 7f06e48

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ wrappedNode(label: 'linux && x86_64') {
44
checkout scm
55
stage "test"
66

7-
# Jekyll creates html files to implement client side redirects.
8-
# There are absolute links to docs.docker.com in these htmls
9-
# we don't want them to be parsed by the tests for now.
10-
# Removing jekyll-redirect-from option will make sure these pages
11-
# are not generated when building with Jekyll.
7+
/* Jekyll creates html files to implement client side redirects.
8+
There are absolute links to docs.docker.com in these htmls
9+
we don't want them to be parsed by the tests for now.
10+
Removing jekyll-redirect-from option will make sure these pages
11+
are not generated when building with Jekyll. */
1212
sh "awk '/jekyll-redirect-from/{n=1}; n {n--; next}; 1' < _config.yml > _config.yml.tmp"
1313
sh "mv _config.yml.tmp _config.yml"
1414

0 commit comments

Comments
 (0)