Hello all. I am writing this mail to ask your favor to solve jenkins internal errors.
As you know jenkins calls auto_build.sh for comfirming the consistency in advance, but I found out there are some failures even though the final result says success in Tizen. In other words, although the final result in Tizen(https://build.iotivity.org/ci/job/Verify-IoTivity-Tizen/2474/ : SUCCESS) says SUCCESS, https://build.iotivity.org/ci/job/Verify-IoTivity-Tizen/2474/consoleFull shows the error messages like the following 04:28:30 [ 20s] *********************************** Error: **************************************** 04:28:30 [ 20s] * Please download cbor using the following command: * 04:28:30 [ 20s] * $ git clone https://github.com/01org/tinycbor.git extlibs/tinycbor/tinycbor * 04:28:30 [ 20s] *********************************************************************************** It seems that jenkins should git clone https://github.com/01org/tinycbor.git extlibs/tinycbor/tinycbor , therefore I hope the engineers who are in charge of managing Jenkins do for that. If using git clone is prohibited. Please guide me to avoid these errors with other ways. Best Regards, Rami Jung