The file name of ignore ci regions in the repository the default value is .jenkinsignore Each exclusion uses ant pattern matching,and must be separated by a new line.

    src/main/web/**/*.html
    src/main/web/**/*.jpeg
  
The example above illustrates that if only html/jpeg files have been committed to the SCM a build will not occur.