github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/jobs.md (about)

     1  ####> This option file is used in:
     2  ####>   podman build, farm build
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--jobs**=*number*
     6  
     7  Run up to N concurrent stages in parallel.  If the number of jobs is greater
     8  than 1, stdin is read from /dev/null.  If 0 is specified, then there is
     9  no limit in the number of jobs that run in parallel.