简体   繁体   中英

Job Specific SVN Checkout Folder for Jenkins Continuous Integration Server

I just set up a new Jenkins CI Server. It is the latest version that I just installed yesterday. I have done several builds that work fine.

I have several different repos that it pulls from and builds. Most of them are for things like .NET projects that are easy to build anywhere, so they just get checked out and built in the workspace folder.

I have one older project, however, that has a lot of hard coded paths and the system used to build it is a big pain to change that. For this reason it needs to live specifically in C:\\dev\\ProjectName.

This project uses SVN as the source control.

Is there a way to configure this one job in Jenkins to point to that specific path as the checkout and build folder?

To choose a specific build workspace you can use 'Use custom workspace' option in General Section (you need to click 'Advanced' button to see this option): 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM