Skip to content

Commit 279334c

Browse files
author
Michael Sauter
authored
Fix documentation
1 parent acfaca9 commit 279334c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/jenkins-shared-library/partials/odsComponentPipeline.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ def sayHello(def context) {
415415
=== Skipping pipeline runs
416416

417417
If the subject of the built commit message contains `[ci skip]`, `[skip ci]` or `\\***NO_CI***`, the pipeline is skipped.
418+
418419
[source,sh]
419-
skip
420420
----
421421
# skip pipeline (one-line commit)
422422
$ git commit -m "docs: update README [ci skip]"

0 commit comments

Comments
 (0)