maht commented on issue #2: Multibranch pipeline job example URL: https://github.com/apache/incubator-nuttx-testing/pull/2#issuecomment-584760466 I pushed new versions of the commits. Now the main repository is checked out in `$WORKSPACE/nuttx` directory, at the same level as `apps` and `testing`, as expected by `cibuild.sh`. This is preferable over repeating the code of checkout for `apps` and `testing`. The problem is that it makes this script specific for `incubator-nuttx` CI (not directly reusable for `incubator-nuttx-apps` or `incubator-nuttx-testing`), but at this stage that should not be a problem. We can improve it in next iterations. Also, the job XML config now add the 'Cleanup before checkout' option, despite a 'Clean' stage is also added.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services