There are directories representing backend, frontend, and AI in the GitHub project, and I want to connect only the backend directory with Jenkins. What should I do?
Asked
Active
Viewed 63 times
1 Answers
0
You might consider a sparse checkout in your Jenkinsfile in order to checkout only the folder you want.
That way, the rest of your build process only see the right folder.

VonC
- 1,262,500
- 529
- 4,410
- 5,250