You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip making a build for certain push. Just add `[ci skip]` into your commit's message to let Jenkins know, that you do not want to perform build for the next push.
4
+
5
+
Full example:
6
+
7
+
```
8
+
$ git commit -m 'documentation update [ci skip]'
9
+
```
10
+
11
+
It is very useful when you are working things unrelated to application's code such as README. This feature idea comes from [Travis CI](http://about.travis-ci.org/docs/user/how-to-skip-a-build/).
12
+
13
+
## Installation
14
+
15
+
Install the plugin from the Jenkins Plugin Manager.
0 commit comments