August 2017
Intermediate to advanced
332 pages
9h 16m
English
We can add a Static code analysis stage to the pipeline:
stage("Static code analysis") { steps { sh "./gradlew checkstyleMain" }}
Now, if anyone commits a file with a public class without Javadoc, the build will fail.
Read now
Unlock full access