1

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?

이승훈
  • 11
  • 1

1 Answers1

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