Skip to content

Instantly share code, notes, and snippets.

@luszczynski
Created March 20, 2019 13:38
Show Gist options
  • Save luszczynski/2967b8ef93fc0d79e10fbfd4bc081e5e to your computer and use it in GitHub Desktop.
Save luszczynski/2967b8ef93fc0d79e10fbfd4bc081e5e to your computer and use it in GitHub Desktop.
Set Incremental Build on Openshift

Set Incremental Build on Openshift

oc patch bc/my-bc --patch='{"spec": {"strategy": {"sourceStrategy": {"incremental": true}}}}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment