Jenkins Integration git subproject

clipboard.png
as shown in the figure, there are many sub-projects under this project, so how to let jenkins manage only the small projects under this big project

Jul.13,2021

write a foot to execute the subprojects of the build subdirectory respectively.
if I use the following script to clear the builds of all subprojects

-sharp!/bin/sh

dirs=`find . -maxdepth 1 -type d`

for fname in $dirs
do
     echo $fname
     if [ -e $fname/pom.xml ]
     then
      mvn clean -f $fname/pom.xml
     fi
done
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34ebc-2bf4b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34ebc-2bf4b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?