Search code examples
jenkinstfsazure-devopsrunner

TFS + Jenkins job


I have a project on local TFS server. This project has a PowerShell script which creates the build.

I need to create a correct JOB in Jenkins, which will start when any change happens in the project (TFS). This job will automatically start PS script on project directory.

Please, help me with this task.


Solution

  • Based on your description, you just need to integrate Jenkins with TFS and set CI/CD to trigger the build/release in Jenkins.

    To run PowerShell in Jenkins you can refer this article: Running Powershell scripts using Jenkins

    For the Jenkins integration and CI/CD, you can reference below articles: