A customer is using a standard toolchain for continuous integration & build management across Uniface 7 and Java projects:
- control sources with Subversion
- custom build script which calls idf.exe to compile all Uniface sources
- call build scripts from Bamboo
- Bamboo provides continuous integration
- build based on a schedule or event
- build results highly visible using web interface
They are using it live in production with Uniface 7 today (2013).
Triggers that cause the build to start…
Checkout source code and environment
Report a list of changes to the log file (can be used to control the compilation as well)
Create an ASN file specifically for this build…
Run the IDF to execute a Uniface component…
Start the Microsoft® HTML Help tool to build the CHM file…
Deploy the CHM file to the network…
Cleanup the Subversion working copy (not really necessary)
Requirements showing custom parameter to restrict the Agents that can be used…
Artefacts that are kept for each run of the plan…
Recent Comments