Hello,
I would like to now if gocd can add, commit and push to same repository
that I'm using as material without run pipeline again.
My use case is that I have one repo for application and other repo with k8s
manifests and dockerfiles.
pipeA = build golang app
pipeB = build docker and update image tag (kustomize)
I would like to call also pipeB if I do some change in dockerfile for
example.
repoA -> pipeA -> pipeB
repoB ---/
This is probably the wrong way, but at the end of pipeB I'm running git
commands
git add develop && git commit -m "update image" && git push
So, the question is:
- The same way as docker images are pushed to repo, there is a way to
update the material without run implicit git commands? If yes, how can I
configure commit message and files that I want to add?
- Is it possible to not run the same pipeline again because the this
specific push?
Thank you
--
You received this message because you are subscribed to the Google Groups
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/go-cd/84fa473d-0303-4249-906e-71a1f3dba981n%40googlegroups.com.