Integrating DevAT Jobs

Steps If you want to use Xpresso's Execution engine:
Integrating your Devat Scripts would require following steps.
Get Public key from Xpresso team and add it your ADS Server in ~/.ssh/authorized_keys file.
Ask the Xpresso team to add Jenkins engine to your group
Add harness with the ADS server and harness path.
Add Job with path to script and execution engine as provdided by Xpresso support team
Make sure your ADS server has following path: /nobackup/USER-ID/workspace/XPRESSO
Steps If you want to use your own owned Execution engine:
Generate pair of SSH keys on your Jenkins Server.
Add the public key to your ADS server in ~/.ssh/authorized_keys file.
Add Private key in Jenkins Credentials -> System -> Global credentials(unrestricted) -> Add Credentials
** Select SSH username with Private Key
** ID -> pyadm
** username -> pyadm
** Add private key and save the credentials