简体   繁体   中英

Jenkins multiproject repository

Hi my project on github looks like :

  • Backend
    • gateway-server
    • authorization-server
    • services
      • restaurant-service
  • Mobile
  • Web

I tried to connect Jenkins to gateway-server.

在此处输入图片说明

If I have Jenkinsfile on main folder(on repo) it is work.

在此处输入图片说明

I tried path /Backend/gateway-server, /Backend/gateway-server/, Backend/gateway-server, Backend/gateway-server and no one work.

Try first gateway-server , meaning a path Within the currently checked-out repository ( Backend )

That might be enough to sparse-checkout that single folder.

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