Re: Embedded software tests with Jenkins

2015-05-29 Thread Tim Jackson
We use Jenkins to run builds on Linux, transfer the resulting 'artifacts' (firmware build files) to Windows nodes, then use Robot Framework (RF) and ultimately our own DLL to transfer firmware files to our proprietary hardware. Once installed, RF continues to send commands and gather results v

Re: Embedded software tests with Jenkins

2015-05-28 Thread Slide
In general, if you can do it from the command line, you can probably do it through Jenkins. If you want to have jenkins display test failures an so forth, you would want to generate a file in the format that one of the test running plugins expects. On Thu, May 28, 2015 at 12:08 AM wrote: > Hi ev

Embedded software tests with Jenkins

2015-05-28 Thread wiktor . romanczuk
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