I just ran into a Jenkins Build Failure in
https://builds.apache.org/job/sling-bundles-extensions-validation-core-1.8/80/.
Although this does have a dependency on Validation API in 1.0.0-SNAPSHOT the
according API build job
(https://builds.apache.org/job/sling-bundles-extensions-validation-api-1.8/)
has not been triggered prior to build 80 of validation core. Therefore an older
version of the API bundle has been used, which is incompatible. Is there
anything we can tweak here on the Jenkins side to make sure that the upstream
jobs are triggered first (if they are affected by the same commit)?
Thanks,
Konrad