Prerequisites (Sonar)
Make sure Sonar analysis for a particular project is completed and code issues are visible on Sonar UI.
Make sure Sonar analysis for a particular project is completed and code issues are visible on Sonar UI.
Import the same set of certificates used for Embold in default jre keystore on standalone Corona machine. Default jre path: Javajre1.8.0_171libsecurity. Below is the command: “keytool -import -trustcacerts -alias gamma -file “ ”-keystore cacerts”
Login to Embold. Create a project. Link the repository you want to scan. On your remote Embold instance navigate to the repository you want to scan. Download configuration json from Embold UI, it resides in Project configuration. Open the JSON file. In the gammaAccess section, provide the URL of your…
In order to give read, write and execute permission to a user running remote scan: create a group ‘gamma’ with the help of following command: sudo groupadd gamma Change the group of the gamma installation directory to ‘gamma’ sudo chgrp gamma -R /opt/gamma Add permission to gamma installation directory: sudo…
Below are the steps to run Embold Jenkins Plugin as a downstream job: Create a new Jenkins job for Embold Analysis. Configure it for running as a downstream job for the main job. Click on the “Advanced” button. Add a custom Workspace and give a path for the main job’s…
Below are the steps to show Embold details as an HTML report on Jenkins:
Post steps configuration of Jenkins Plugin Configure Jenkins Plugin as Post-build Action Configure Analysis Configuration file for Embold Jenkins Pugin for both modes For more information to understand repository-configuration.json, refer to this article. Steps for Master Slave: Steps for master only
Introduction MISRA, The Motor Industry Software Reliability Association is a set of standards, that provides software development guidelines. BrowserStack Code Quality detects MISRA rule violations. BrowserStack Code Quality fully supports 97.90% MISRA C:2012 rules. There is a total of 143 rules out of which BrowserStack Code Quality supports 140 and…