Administer > Deploy > Overview: WebSphere Commerce Build and Deployment tool > Configure and run the build process
Run the build process
Overview
Once all configuration steps are complete, you can run your build process to create deployment packages for the target environment.
IBM recommends that a meaningful build label be used. The date of when the build is performed or the tag/branch name of the SCM the would be some good examples.
In addition to providing execution information in the console, the build process generates a log file in...
WCBD_HOME/logs/build-label-tstamp/wcbd-build.log
To capture debug information, specify -d or -debug flags when calling wcbd-ant, redirect stdout and stderr streams to log files.
Run the build process
cd WCBD_HOME
../wcbd-ant -buildfile wcbd-build.xml -Dbuild.label=build-labelUpon completion, the server deployment package is created in...
WCBD_HOME/dist/server/wcbd-deploy-server-build-label.zip
If configured, the toolkit deployment package is created in...
WCBD_HOME/dist/toolkit/wcbd-deploy-toolkit-build-label.zip
What to do next
Packages can be installed and configured for deployment...