[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core-net ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ core-net ---
[INFO] No tests to run.
[INFO] Surefire report directory: /mnt1/jenkins/jobs/test-workflow/workspace/maven-proj/core/net/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
make[1]: Leaving directory `/mnt1/jenkins/jobs/test-workflow/workspace/c-apps/dece'
make -C ./ack deb
make[1]: Entering directory `/mnt1/jenkins/jobs/test-workflow/workspace/c-apps/ack'
make -C src
make[2]: Entering directory `/mnt1/jenkins/jobs/test-workflow/workspace/c-apps/ack/src'
Compiled ack_app.c successfully!
Compiled ack_cli.c successfully!
Compiled ack_crypt.c successfully!
Compiled ack_ini.c successfully!
Compiled ack_stat.c successfully!
Compiled ack_wrk.c successfully!
Compiled main.c successfully!
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.2.201409121644:report (default-report) @ core-net ---
This means that it is quite hard to determine to which branch the log lines belong.
When I have more than the 2 branches building in parallel there will be even more difficulty in that.
Is there a way to separate logs for the branches to make them easily readable?
Alternatively I could spawn subjobs as parallel builds but I've read here that it is not recommended
and I don't like very much the fact that I'll have 2X executors used for that (the one for the subjob and the one for the "building part of" -- per job).
Any ideas on how should I deal with that?
Thanks,
Timur