There is a problem when having multiple directories on the applicationSrcDirs property in combination with the baselineRef option.
When no user-supplied baseline ref is provided for a applicationSrcDirs, fails with a NullPointerException.
|
String userBaselineRef = (props.baselineRef) ? buildUtils.getUserProvidedBaselineRef(dir).replaceAll("origin/","") : null |
There is a problem when having multiple directories on the applicationSrcDirs property in combination with the baselineRef option.
When no user-supplied baseline ref is provided for a applicationSrcDirs, fails with a NullPointerException.
dbb-zappbuild/build.groovy
Line 767 in 4ba55c9