Matt asked:
> My question is should my jenkins job dependencies reflect the compile time dependencies or just the link time dependencies?
Simon responded:
> Typically I don't declare any job dependencies there. Each project can be built and tested on its own, and the projects using the libraries would use the results from the last successful build, so you still get the maximum coverage if a library breaks.
I strongly disagree. Always specify the compile-time dependencies. I assume that you are not just cherry-picking product versions that happen to mostly work, and actually need the work that is current to be the UUT. The library that you just built should be the one you test with, not some old version. Testing old libraries that are not going to be shipped may occasionally get you nice coverage numbers, but so what? It not representative of the work just done.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/5648AF4E.3090605%40hogyros.de.
--pSBoGibPG6WvFkClxNaj9nmcMx1NIsfbc
Content-Type: application/pgp-signature; name=ignature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename=ignature.asc"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAEBCAAGBQJWSK9OAAoJEH69OHuwmQgROlMIAIzG2Dlg9xUQOjBhNf4Xp7jK
YxceKTOzNwEsGWHQa5S+8SbTzijwZtfk0KGRFfJJy3ifo4pnMmUT+HWPSPfiYMGo
D5z82XqujavpisqCwukMF/vSfFHricEK6jdGrq3joIH7oBtLRd3w+I81LVeQad8p
YTcSl9EcugnSB3GbLfXAq5khDhGFxpzoSL6FAv6WonxWd27GrGSr3gvpKIrZIAgJ
+HWzzzi6R3b2+Qeh54E9Qe8o8o/DMWBjhYUpCc1sfelCcOM0E1g53M1+aZ3mKxNI
waYCU4M6DviewH8Y+lO15YBRcJ5VmBUpTD8bEF+phy6oPqEK0Ehb2FyCkvMDtTU=cT
-----END PGP SIGNATURE-----
--pSBoGibPG6WvFkClxNaj9nmcMx1NIsfbc--