Peter (peabo) Olson <[email protected]> asked: > What is a static-analysis gate? (Routine search revealed nothing.)
Static analysis: http://en.wikipedia.org/wiki/Static_program_analysis That's a step in the build pipeline where your code-base is evaluated for syntax and coding-standards compliance prior to compiling or executing the code. Quality gate: https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin and http://en.wikipedia.org/wiki/Quality_gate That's a step in the continuous-integration process which, if it fails, your build is rejected. -rich _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss
