From c9684e002d1565970d8e059425d46482df64b0a0 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 18 Feb 2019 10:06:30 +0100
Subject: [PATCH] [web] Added docs on ci skip.

---
 web/content/docs/devguide/testing/jenkins.pandoc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/web/content/docs/devguide/testing/jenkins.pandoc b/web/content/docs/devguide/testing/jenkins.pandoc
index 84c05e89f99..53ce8566d01 100644
--- a/web/content/docs/devguide/testing/jenkins.pandoc
+++ b/web/content/docs/devguide/testing/jenkins.pandoc
@@ -56,6 +56,14 @@ The master-branch of the the UFZ repository as well as all pull requests on that
 
 ![](../Jenkins-PR-Overview.png)
 
+### Skip automatic testing
+
+If you want to skip the Jenkins automatic testing for a specific commit add `[ci skip]` to the commit message. This marks the Jenkins build as not built (shown as a grey icon). Example:
+
+```
+git commit -m "Added feature X [ci skip]"
+```
+
 ### Automatic testing for own repository
 
 This assumes you have your own clone/fork of OGS on GitHub.
-- 
GitLab