Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter NameDescription
DEBUGGER_SERVICESmart Debugger Service Base URL
SMART_DEBUGGER_JENKINS_CONFIG

This is the configuration of the jenkins job which will be used for the debugger feature test execution. It is done in json format. Two jenkins job details has to be mentioned which are the scripted and scriptless jenkins job.
scriptlessDebuggerJobName - provide the name of the scriptless debugger job
scriptedDebuggerJobName - provide the name of the scripted debugger job name
scriptlessJenkinsServerBaseUrl - provide the base URL of the jenkins application in which the scriptless debugger job is present
scriptedJenkinsServerBaseUrl - provide the base URL of the jenkins application in which the scripted debugger job is present
scriptlessJenkinsServerUserName - provide the user name of the jenkins application in which the scriptless debugger job is present
scriptedJenkinsServerUserName - provide the user name of the jenkins application in which the scripted debugger job is present
scriptlessJenkinsServerPassword - provide the password of the jenkins application in which the scriptless debugger job is present
scriptedJenkinsServerPassword - provide the password of the jenkins application in which the scripted debugger job is present

eg:
{"scriptlessDebuggerJobName":"SCRIPTLESS_JOB_SMART_DEBUGGER","scriptedDebuggerJobName":"SCRIPTED_JOB_SMART_DEBUGGER","scriptlessJenkinsServerBaseUrl":"http://localhost:8081/jenkins","scriptedJenkinsServerBaseUrl":"http://localhost:8082/jenkins","scriptlessJenkinsServerUserName":"username","scriptlessJenkinsServerPassword":"xyz","scriptedJenkinsServerUserName":"username","scriptedJenkinsServerPassword":"pqr"} 

AUTOMATICS_DNS_BASE_URL

Provide the DNS (Domain Name System) base URL of the Automatics application.

eg: https://rdkm/Automatics

Test_Types

SMART_DEBUGGER


Configurations in Automatics Properties

...