Skip to content
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

Build Trigger when commiting change to git fails #118

Closed
MarcoPortillo opened this issue Nov 19, 2020 · 1 comment
Closed

Build Trigger when commiting change to git fails #118

MarcoPortillo opened this issue Nov 19, 2020 · 1 comment

Comments

@MarcoPortillo
Copy link
Contributor

I am trying this tutorial, step by step, I did it all, my problem is that my project have a diferent namespace and not "pipelines-tutorial", I don't want to use this name, because I am already using this for a real project. I did change it when I added the PipelineRun:

image-registry.openshift-image-registry.svc:5000/<namespace-name>/vote-api:latest

and all the other steps run well. The problem is when I commit changes and try it to build it, it throws me this error:

image

what I can see here is that is using image-registry.openshift-image-registry.svc:5000/pipelines-tutorial/vote-api:latest instead of my real namespace project, and already change it in all my other yaml files, I also checked the Dockerfile in both project (Vote-ui and Vote-api) and there is not pipelines-tutorial anywhere.

I also have this:

image

it is using the default pipelines-tutorial by default even if I changed it all. Maybe is there a place I forgot? I am very beginner with CD/CI, Docker.

Can you help me with this?

@MarcoPortillo
Copy link
Contributor Author

I found the problem, I changed one of the yaml files but did not applied correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant