php-censor/docs/en/plugins/package_build.md

23 lines
474 B
Markdown
Raw Permalink Normal View History

2016-07-19 11:12:28 +02:00
Plugin Package Build
2017-01-04 13:22:20 +01:00
====================
2016-07-19 11:12:28 +02:00
2016-07-17 16:20:35 +02:00
Builds a tar or zip archive of your build and places it in a directory of your choosing.
2016-07-19 11:12:28 +02:00
Configuration
2017-01-04 13:22:20 +01:00
-------------
2016-07-19 11:12:28 +02:00
### Options
2016-07-17 16:20:35 +02:00
* **directory** - Required - Directory in which to put the package file.
* **filename** - Required - File name for the package.
* **format** - Required - `tar` or `zip`
You can use following variables in filename:
* %build.commit%
* %build.id%
* %build.branch%
* %project.title%
* %date%
* %time%