Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Schedule parasoft JOB
Parasofttoudaya
Posts: 232 ✭✭
in SOAtest
is it possible to schedule parasoft environment manager job to run on specific time?
0
Comments
-
The Parasoft Continuous Testing Platform does not have any built-in scheduler. You can orchestrate running a test execution job at a specific time by calling REST API from your own scheduler, such as Jenkins or cron tab. View the REST API docs at /em/apidoc in your browser and use POST /v2/jobs/{jobid}/histories to execute a job. If you need the jobid you can get it from GET /v2/jobs and optionally search by name. In the case of Jenkins you may also consider using the Parasoft Environment Manager plugin. See https://plugins.jenkins.io/environment-manager
0