Disc space problem on z/OS dependency build
Accepted answer
The dependency build uses the system temp directory to temporarily store log files before attaching them to the build result in RTC. So if the temp directory is small it is possible for larger log files to cause a disc space error like what is seen above. If the temp directory cannot be increased, the Java VM arguments in the build definition can be updated to include "-Djava.io.tmpdir=<some other directory>" to alter the temp directory used by the dependency build.
~Spencer
~Spencer