In Device Manager, health check execution happens from jenkins. Please follow below steps to create and configure Jenkins Job for health check.
In General section
Please configure following String build parameters in job.
Build Parameter | Description |
---|---|
executionId | Provides execution id |
branch | Provide the branch details from where the code need to get downloaded |
Add the following maven step in the text box
Goals | clean test -Dsun.security.ssl.allowUnsafeRenegotiation=true -DexecutionId=$executionId -Dautomatics.properties.file={automatics_properties_base_url}/automatics.properties -Dproperties.file.token={Base 64 encrypted login id and password for automatics.properties separated by colon } |
Reference - https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html