ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

lt101018's profile - activity

2019-05-20 01:55:41 -0500 marked best answer Relationship between ROS build farm and Jenkins

Are they different CI tools or they work together become a CI works for ROS? I find following passage but not quite understand it:

The ROS build farm is used to provide the official ROS packages and successfully works with a large number of repositories and packages. Beside building Debian packages it also provide continuous integration builds, GitHub pull request testing as well as documentation generation. Jenkins provides an easy interface to the result of all unit and rostests. It is build around the recommended ROS tools and uses Docker to perform easily repeatable results.

The Python package also provides a command line interface to use each job type in other environments, e.g. on any CI server (e.g. how to run a devel job on Travis) or locally. It can be used to deploy a custom build farm to build and release custom, optionally closed-source packages, build for platforms and architectures not provided by the official ROS build farm, and/or customize any part of the process to specific needs.

2018-07-11 16:27:20 -0500 received badge  Famous Question (source)
2018-06-26 02:41:34 -0500 marked best answer CI recommendation

I'm currently looking for a CI which could integrated with bitbucket. I find a list of CIs here http://wiki.ros.org/CIs but an objective comparison is not provided. Could anyone give me some advice about the pros and cons of each CI?

2018-04-18 10:37:08 -0500 received badge  Notable Question (source)
2018-01-24 02:20:51 -0500 received badge  Popular Question (source)
2017-12-05 17:20:11 -0500 received badge  Famous Question (source)
2017-11-27 04:09:42 -0500 received badge  Notable Question (source)
2017-10-18 09:09:42 -0500 asked a question Relationship between ROS build farm and Jenkins

Relationship between ROS build farm and Jenkins Are they different CI tools or they work together become a CI works for

2017-10-18 09:06:30 -0500 commented answer CI recommendation

Thank you I will try

2017-10-18 07:28:30 -0500 received badge  Popular Question (source)
2017-10-18 02:21:56 -0500 received badge  Student (source)
2017-10-16 15:47:51 -0500 asked a question CI recommendation

CI recommendation I'm currently looking for a CI which could integrated with bitbucket. I find a list of CIs here http:/