Can Jenkins Plugin interact with TFS Repository?

Is it possible for the Jenkins Plugin to pull and build the UiPath Main file from a TFS repository?
Thanks.

Hi PSI, our Jenkins plugin provides a build step and a post build step:
Build Step: Package
Allows you to create a nuget package out of a UiPath project

Post-Build Step: Deploy
Allows you to deploy a nuget package to Orchestrator

According your question:
If you checkout your ‘code’ from TFS onto your Jenkins build agent (e.g. via Jenkins : Azure DevOps and Team Foundation Server Plugin), you should be able to pack and deploy this code via the plugin.