Joshua S

Results 25 comments of Joshua S

my CI/merge pipeline was opinionated toward [pushing commits to each new git tag](https://github.com/jenkins-x/jx3-pipeline-catalog/blob/9d3c6a3db1fb6f278dfde6edd7a54e7ddcd3cdd6/tasks/gradle/release.yaml#L85-L86) which don't exist on the `main` branch. removing this logic and only tagging the commit from the...

> @joshuasimon-taulia : I am running into similar issue (#2526 ), but in my case this has started happening suddenly, after running atlantis successfully for over 2 years now. Can...

> > > Does the changelog contain the commit message "feat: Add new endpoint to get xyz"? > > > > > > The first commit in the PR is...

> Note, I have been working on this. I just tested my fix against the chart from the initial description and the bug is fixed. Note, there are tests in...

> I did try this approach with mounting the docker credentials as a volume. But, now I do run into this: > > ``` > runner-bmv2r-v9dqm:/$ docker login > Authenticating...