Feature/12001 CICD - nastaveni automatickych statických testu
- added pipeline on change of MR which runs static tests (PMD - static analysis from source code, SpotBugs = static analysis from Java bytecode)
- added auto-commenting problems which have been found during static analysis (library
violation-comments-to-gitlab-command-line
) - created summary scripts which contains overview of test results which are added as comments to MR
- results details uploaded to artifactory
- added checkstyle configuration (which is based on google checkstyle), can be added from local IDE
- added variables to CICD,
CICD_BOT_TOKEN
,GITLAB_BASE_URL
Edited by František Urban