Michael Düsterhus

Results 15 comments of Michael Düsterhus

You can create your own base image based on base tag of distroless image: https://console.cloud.google.com/gcr/images/distroless/GLOBAL/java-debian11 and add your custom jlink runtime there.

![branch source](https://user-images.githubusercontent.com/2757515/93142356-1f85e100-f6e6-11ea-9ae9-a60cf9c199ee.png) This is a checkout behaviour setting

I'll take a look and test it, was not aware that it supports organizationalFolder of bitbucket as its a bit outdated. Nonetheless the provided bitbucket trait ignore committers seems to...

No this is not really against the idea. We need casc for the initial setup of jenkins with authorization and all the stuff Afterwards we also use a job that...

Another solution would be to allow pulling the casc config over http with authentication support or using it from some git repo.

Does anyone here maintain a Jenkins installation? How is this actually supposed to work? I use casc to put a configuration in the docker configuration so that the initial setup...

Sorry don't want to reduce the great work of people behind this plugin. This is really one of the stars for jenkins in the last years. The point is its...

Often the license information in the pom.xml looks like this: ``` CDDL + GPLv2 with classpath exception http://glassfish.java.net/nonav/public/CDDL+GPL.html repo A business-friendly OSS license ``` When running the goal license:aggregate-add-third-party for...

Isn't it bad api design if it returns an optional that is always present?

I have spottet the same and added a simple test here: #450 But did not found a solution yet