runBuildScript
Command Reference
Description
runs the build script
Usage
ctl -t ZipBuilder -o <objectname> -c runBuildScript [-basedir <>] [-buildfile <>] [-buildstamp <>] [-target <>] [-targetdir <>]
Execution | bash |
Arguments | cd ${opts.basedir}; zip -r ${opts.targetdir}/${entity.name}.zip . |
Options
Option | Description | Type | Default |
---|---|---|---|
basedir | directory where build resources reside | string | |
buildfile | build file to execute | string | |
buildstamp | build identifier | string | |
target | build target to evaluate | string | |
targetdir | directory build artifacts will be written | string |