Hi all,
Could anyone take a look at
https://github.com/jenkinsci/jenkins/pull/375
<https://github.com/jenkinsci/jenkins/pull/375/commits> please, if there
is anything I
need to improve still? I got some first feedback (switching of SCM
checkout for parent workspace
disrupts SCM polling as build trigger; I removed this option from the
proposed branch) and added
another fix (the new build environment variable MATRIX_PARENT_WORKSPACE
gets now the path to root
workspace from childs build node instead of the path from root build
node). I tested my modifications to
the best of my knowledge.
The issue is causing some major pain to my work. Currently I have to do
all SCM handling script-wise by
abusing a touchstone build, and we plan switching SCM. OTOH I'm hesitant
to start using my fork for
production.
Br,
Thorsten