-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.), User Experience
There is nothing on the EAP xPaaS docs [1] describing how you can enable incremental builds. Today you have to manually change the BuildConfig to include the incremental property like this snippet:
strategy: sourceStrategy: forcePull: true from: kind: ImageStreamTag name: 'jboss-eap71-openshift:latest' namespace: openshift incremental: true
The reference for this on Openshift Docs is [2].