Hello,
For our one of the project we are using S32 Design Studio for ARM and we need to build the project using Jenkins.
IDE: S32 Design studio
Compiler: IAR Workbench
Can I know how to integrate S32 Design Studio with Jenkins.
Thank you in advance.
Hi, I have tried this command line to run the build ,and with jenkins to call this command line. And it did works.
But I face a problem, the time spent difference is very large.
manully build via UI or via command line on build server : consume 6-8 minutes
trigger build via jenkins ui : comsume 16-20mimutes,
I do not know why?
For a couple of day investigation, I finaly find the cause.
It's none the business of S32 Design studio, it is the reason of jenkins agent.
When I install jenkins agent as a windows service, the consuming time is so huge,
but when i try to start jenkins agent via windows command line, the comsuming time is as normal as executing s32 design studio manually.