Hi everyone!
I'm trying to introduce CI server in my company and I'm totally new to Jenkins.
I would like to ask some questions in order to know whether Jenkins would fulfill our requirements for testing purposes.
Projects we're working on are mainly embedded software for microporcessors and microcontrollers.
We have our custom building scripts which can be called from Linux console so building with use of Jenkins wouldn't be a problem (as far as I know).
We need to compile project, program target and run tests on target. The only tool for debugging we can use is serial port output.
Would it be easy to configure Jenkins to work with 'remote' target and parse serial port output to interpret if device is working properly?