Ingo Kampe
Ingo Kampe
+1 would really appreciate this feature
Have done some research how to do this. Probably this should work via HTTP POST like described here https://gist.github.com/basmussen/8182784 or via jenkins-cli https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/cli/InstallPluginCommand.java Could imagine a really simple DSL extension:...
I see the original problem too in latest 6fca8d6 registry. I tested with in memory cache and filesystem storage. It IMHO is a bug in the GC because of just...
Hi, Can't you run that build on a Github provided arm runner? This is an important part of the whole Github Actions ecosystem so you should get everything what you...
@bianchi2 I tried your example and it does not work for me with helm chart version 1.20.1. I try to deploy Confluence datacenter with dedicated Synchrony URL and fail because...
If I run above config I get this in my container spec for confluence-0: ``` spec: containers: - env: - name: ATL_PROXY_NAME value: synchrony-confluence.my.url.com ``` and not like expected: ```...
@bianchi2 I checked again and you are right! Indeed ATL_PROXY_NAME is set a second time in the env array with the correct value and appears from within the container as...