| | |
| | | # Use forward slashes even on Windows!!
|
| | | # e.g. c:/groovy
|
| | | #
|
| | | # RESTART REQUIRED
|
| | | # SINCE 0.8.0
|
| | | groovy.scriptsFolder = groovy
|
| | |
|
| | |
| | | # push in this script based on the repository and branch the push is attempting
|
| | | # to change.
|
| | | #
|
| | | # Script names are case-sensitive on case-sensitive file systems. You may omit
|
| | | # the traditional ".groovy" from this list if your file extension is ".groovy" |
| | | #
|
| | | # NOTE:
|
| | | # These scripts are only executed when pushing to *Gitblit*, not to other Git
|
| | | # tooling you may be using. Also note that these scripts are shared between
|
| | |
| | | # *repository* variable.
|
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # CASE-SENSITIVE
|
| | | # SINCE 0.8.0
|
| | | groovy.preReceiveScripts =
|
| | |
|
| | |
| | | #
|
| | | # These scripts execute AFTER an incoming push has been applied to a repository.
|
| | | # You might trigger a continuous-integration build here or send a notification.
|
| | | #
|
| | | # Script names are case-sensitive on case-sensitive file systems. You may omit
|
| | | # the traditional ".groovy" from this list if your file extension is ".groovy" |
| | | #
|
| | | # NOTE:
|
| | | # These scripts are only executed when pushing to *Gitblit*, not to other Git
|
| | |
| | | # *repository* variable.
|
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # CASE-SENSITIVE
|
| | | # SINCE 0.8.0
|
| | | groovy.postReceiveScripts =
|
| | |
|
| | |
| | | # SINCE 0.5.2
|
| | | web.showRepositorySizes = true
|
| | |
|
| | | # List of custom regex expressions that can be displayed in the Filters menu
|
| | | # of the Repositories and Activity pages. Keep them very simple because you
|
| | | # are likely to run into encoding issues if they are too complex.
|
| | | #
|
| | | # Use !!! to separate the filters |
| | | #
|
| | | # SINCE 0.8.0
|
| | | web.customFilters =
|
| | |
|
| | | # Show federation registrations (without token) and the current pull status
|
| | | # to non-administrator users.
|
| | | #
|