Michael Sauter

Results 72 issues of Michael Sauter

I have the following `.adoc` file: ``` = Deployment Instructions :showtitle!: :sectnums: :toc: macro Paragraph content ``` However, when I run `asciidoctor-web-pdf mydoc.adoc`, the resulting PDF contains the document title....

:bug: bug
:doughnut: improvement

If the crane config contains unexpected params, Crane should print a warning. For context, see #115.

enhancement

I have circled these thoughts with a few people already, but I realised I never wrote them down in a GitHub issue. So here it goes. At the moment, the...

question

**Describe the bug** The pipeline might fail during rollout: ``` oc -n foo-dev rollout latest dc/java-spring error: #1 is already in progress (Running). ``` This seems to happen when there...

bug

Closes https://github.com/opendevstack/ods-jenkins-shared-library/issues/496 Work in progress. The description of the feature is located at the bottom of https://github.com/opendevstack/ods-jenkins-shared-library/blob/bfcd08a2d21e7fe07d551fcb154c1b815481cc68/docs/modules/jenkins-shared-library/partials/odsComponentStageRolloutOpenShiftDeployment.adoc. I would appreciate your feedback on general idea, configuration format, open questions you...

enhancement

**Is your feature request related to a problem?** It would be nice to deploy to multiple clusters (and within each cluster to multiple namespaces). This is a typical scenario, and...

enhancement

tl;dr Currently what's happening in each stage (build, deploy, test, release, finalize) for each repo is defined in one huge method in `MROPipelineUtil`. This method is complicated to read, error...

I've come across https://github.com/opendevstack/ods-jenkins-shared-library/blob/master/src/org/ods/orchestration/util/MROPipelineUtil.groovy#L343-L362. That part is, to my understanding, only executed if the repo is not of type `ods`, `ods-service` or `ods-test` (based on the `if` conditions above). However,...

question

I've been thinking about versioning and branching in the orchestration pipeline lately. Maybe it is possible to make things simpler by default, and make the complexity which sometimes is needed...

question

Figure out if a versioned QA env (same as versioned DEV env) is possible. Also, the creation of the versioned environments should have clearer documentation (actual steps to execute). Follow-up...