Mark Alston
Mark Alston
So your params would look something like this: ``` repo-with-binaries: https://nexus.example.com/repository/maven-releases artifact-repo: nexus-3 artifact-repo-id: maven-releases nexus-api-base-url: https://nexus.example.com ``` And params in the pipeline would be declared as: ``` ... REPO_WITH_BINARIES:...
That's fair. I didn't see the pattern for function parameters being intended for runtime only variables which makes a lot of sense. I like you're idea of reasoning about the...
Here are some things I've had to change in spring-cloud-pipelines to use it at other companies: - [ ] Custom docker image -- needed to add an SSL cert to...