Customizing the build service to store build data
When you build your Streams applications, the build service can store data, such as build archives, compile results, and build artifacts, on the persistent volume.
About this task
To store build data, you must create a persistent volume claim and assign its name to the
build.persistentVolumeClaim property.
Note: You can't use the same persistent
volume claim for the build.persistentVolumeClaim property and the
builder.persistentVolumeClaim property, which is used for specifying a storage
location for specialized Streams toolkits.