The below command still prompts me for typing in username and password. I would expect it to start building without the prompt as i'm mentioning the source secret.
oc new-app --strategy=docker --code=https://git.abcd.mycompany.com/project/openshift-pipeline-trail.git#development --name=openshift-pipeline --source-secret=robot-cred
I also tried linking the source secret by the below command, still it prompts me for username and password.
oc secrets link builder robot-cred