-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitserver: allow specifying build strategy #9031
Conversation
@bparees ptal |
dca53eb
to
094cb96
Compare
Setting the BUILD_STRATEGY to `docker` will force new builds to be created with the Docker strategy: | ||
|
||
```sh | ||
oc set dc/git BUILD_STRATEGY=docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oc set env ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, that's what I meant, will fix
094cb96
to
dfa8a40
Compare
updated |
lgtm |
[merge] |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to dfa8a40 |
re-[merge] |
[merge] |
Evaluated for origin merge up to dfa8a40 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/4236/) (Image: devenv-rhel7_4298) |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/4236/) |
Adds environment variable to git server yaml to allow you to specify the strategy to use when invoking new-app.
Fixes BZ 1336318