You can translate the question and the replies:

DVCSPULL in Jenkins

Hello team, how to run the DVCSPULL command in jenkins. Thanks
user
07-10-2022 02:08:02 -0400
code

1 Answer

Hi, If I want to run the **DVCSPULL** command in Jenkins then I would use Scheduler REST Client API. To do so, I would follow the steps listed below, * Create a VDP job in Scheduler that runs a Query, `"DVCSPULL <database_name: literal>"` * Create a new project in Jenkins * Under the Build Steps dropdown, select **HTTP Request** * Then execute the [**Scheduler API**](https://community.denodo.com/docs/html/browse/8.0/en/scheduler/administration/developer_api/rest_api/rest_api) command in HTTP Request to execute the particular Scheduler job. * Save the project and select “**Build**” to execute the project. You could refer to the section [**Statements to Work with GIT**](https://community.denodo.com/docs/html/browse/latest/en/vdp/vql/version_control_systems_integration_commands/statements_to_work_with_git/statements_to_work_with_git) of the Virtual DataPort VQL Guide for more information about VCS related commands in Denodo Platform. Hope this helps!
Denodo Team
17-10-2022 09:54:29 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here