Python integration build analysis - Cheat sheet

An integration build analysis...

  • gives you a snapshot of the current health of your software project. After you run an analysis, detected issues and reports are available in Validate.

Prerequisities:

Your first analysis
  1. Create a project:

    Using kwadmin:

    kwadmin --url http://server2:8080/ create-project my_project

    Or using kwciagent:

    kwciagent --url http://server2:8080/ create-project my_project
  2. Create your build specification:
    kwpyspec [options] <folder or file>
  3. Analyze the project:
    kwbuildproject --url http://server2:8080/my_project --tables-directory /my_tables kwpyspec.out
  4. Load the database:
    kwadmin --url http://server2:8080/ load my_project /my_tables

Details:Running the Python integration build analysis