commodis
commodis
Checkstyle [1][2] for example allows this. They allow a XML configuration for example `config.xml` with a layout like this ```xml ... ``` with `suppressions.xml` looking like this ```xml ``` A...
This also broke my pipeline - the image should be pushed to docker hub if you really want to use docker. This also limits options regarding other OCI implementations like...
we have the same problem when using the `parallel` statement.
My best guess is, that * Jenkins starts stage named `X` * Jenkins notifies GitLab that the stage has started * GitLab creates a Job `X` * Jenkins finishes stage...
@matzipan happy holidays! Would be awesome if you could share the workaround when you are back!
I was not aware that this is possible, but that kinda makes sense... so I assume that makes `gitlabBuilds(builds: [...]` superfluous. I will give the following structure a try ```groovy...
It does not seem to work :-(
I found a suboptimal workaround for declarative pipeline: ```groovy pipeline { options { gitlabConnection(...) // sets the status of the pipeline depending on the pipeline _end_ result gitlabCommitStatus(name: 'pipeline') }...
Our pipelines do not generate the `jenkins` job. Are you sure, that the setup is as you described?
Yes! This makes much more sense - thank you 🤗