Hi,
Denodo has command-line scripts which makes it possible to automate the integration steps you had mentioned with Jenkins. The command-line scripts are present under **<DENODO HOME>/bin**.
For your case, I would first refer to the [Version Control Systems Integration](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/version_control_systems_integration/version_control_systems_integration#version-control-systems-integration) to set up VCS at Virtual DataPort server.
And then, in Jenkins, I would create a new project pointing to the VCS URL of the Virtual DataPort server (with its credentials) and then enable “Trigger build remotely” option in the “Build Trigger” tab. In the “command” dialog of the “Execution shell” tab would mention the necessary [Export](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/cluster_architectures_server_backup/using_the_import_export_scripts_for_backup_and_or_replication/export_script#export-script) and [Import](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/cluster_architectures_server_backup/using_the_import_export_scripts_for_backup_and_or_replication/import_script#import-script) scripts present under the **<DENODO HOME>/bin/** to begin with integration.
Once the above step is complete, any new commit from the Virtual DataPort server into GIT would trigger the integration steps defined in Jenkins.
Hope this helps!