-
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
oc: better new-app suggestions #8021
oc: better new-app suggestions #8021
Conversation
@@ -286,9 +286,9 @@ func RunNewApplication(fullName string, f *clientcmd.Factory, out io.Writer, c * | |||
} | |||
} | |||
if triggered { | |||
fmt.Fprintf(out, "%sBuild scheduled for %q, use 'oc logs' to track its progress.\n", indent, t.Name) | |||
fmt.Fprintf(out, "%sBuild scheduled for %q, use 'oc logs -f bc/%s' to track its progress.\n", indent, t.Name, t.Name) |
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.
Name is redundant, just say "build scheduled, use 'oc logs -f bc/%s'"
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.
ok
LGTM [merge] |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to c82d9f5 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/2150/) |
[merge] |
failure: #8039 |
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/5345/) (Image: devenv-rhel7_3748) |
[merge] On Wed, Mar 16, 2016 at 2:45 PM, OpenShift Bot [email protected]
|
@smarterclayton pretty sure @liggitt aborted this for the rebase. Shouldn't we wait? |
Evaluated for origin merge up to c82d9f5 |
oh, the rebase just landed, nvmd |
Merged by openshift-bot
@smarterclayton @bparees PTAL