Vincent Leon

Results 5 comments of Vincent Leon

I had the same issue with my CI (Jenkins) using Bitbucket for Git. For multibranch pipelines Jenkins will fetch only the branch associated to the current build. So I added...

Any update on this one? I'm generating asciidoc with Asciidoctor and Mermaid through Gradle and the Gradle Node plugin (to install via npm Mermaid) and as NPM is not in...

I am facing the same issue as well, is there any progress on this (or Monocle)?

I have the same issue, except that I do not have a special conf file, my image contains only an HTML page and some images: ``` FROM registry.access.redhat.com/rhel8/nginx-118:1 COPY build/docs/asciidoc/...

I'm interested in this as I'm using this plugin with Gradle 7.2. Having a look at the Gradle docs the `mainClass` property has been added starting version 6.8. I would...