Listed available variables in file name since they differ from global

dzikimarian 2016-02-10 22:26:30 +01:00
parent 215ad2fed7
commit ea38d9f63d

@ -4,4 +4,13 @@ Builds a tar or zip archive of your build and places it in a directory of your c
* **directory** - Required - Directory in which to put the package file.
* **filename** - Required - File name for the package.
* **format** - Required - `tar` or `zip`
* **format** - Required - `tar` or `zip`
You can use following variables in filename:
* %build.commit%
* %build.id%
* %build.branch%
* %project.title%
* %date%
* %time%