James Strachan
James Strachan
this relates to https://github.com/rhuss/docker-maven-plugin/issues/119 as well - if we're a really fast way to spin up a docker container using a local build; we'd want to set the env vars...
I wonder, as this is mostly about setting env vars - if we could somehow have a tool to generate the env vars for a namespace to a temporary local...
I just raised this issue on docker-maven-plugin to make it easier to pass in a file for the environment variables https://github.com/rhuss/docker-maven-plugin/issues/128 for times when we want to generate environment variables...
Maybe we need to generate 2 files for the kubernetes services environment variables - properties file that the docker maven plugin (or maven properties plugin) can reuse - a shell...
here's how a PR looks when you raise it:
BTW for errors of kind 422 this PR fixes this issue https://github.com/go-gitea/go-sdk/pull/89 though there could be other 4XX errors that are returned we may want to do something similar. I...
it should be easy to add whatever you need here: https://github.com/fabric8io/jenkins-docker/blob/master/plugins.txt#L29 just make sure you get the right plugin id + version
Why not just add plugins as you find them; the old list could contain cruft. e.g. try add gerrit-plugin / dashboard-view and see how things look?
Agreed :) Yeah; I'm trying to hack in CoffeeJade support at the moment... https://github.com/fusesource/coffeejade Will add an integration test in there using new directories as part of that new integration...
it does look like lighthouse is configured with a hmac token. are you absolutely sure that your gitKind is `bitbucketcloud` and your lighthouse is configured to disable hmacToken: https://github.com/jenkins-x/jx3-versions/blob/master/charts/jx3/lighthouse/values.yaml.gotmpl#L61-L63 you're...