Specify the type of analysis you would like to run.
Full Analysis will run the cov-build, cov-analyze, and cov-commit-defects commands (in that order)
Incremental Analysis will run the cov-build, cov-run-desktop, and cov-commit-defects commands (in that order)
Specifically, the commands will be invoked with the following parameters:
cov-build --dir ${WORKSPACE}/idir build command |
cov-analyze --dir ${WORKSPACE}/idir |
cov-run-desktop --dir ${WORKSPACE}/idir --url ${COV_URL} ${CHANGE_SET} |
cov-commit-defects --dir ${WORKSPACE}/idir --url ${COV_URL} --stream ${COV_STREAM} |