Torsten Walter

Results 61 comments of Torsten Walter

If multiple tags per image would be possible one could have a release provile which adds more specific tags and a "latest" tag at the same time. That's quite common...

@wrender I think your indention needs to be fixed: ``` jenkins: clouds: - kubernetes: jenkinsTunnel: "jenkins-agent.jenkins.svc.cluster.local:50000" jenkinsUrl: "http://jenkins.jenkins.svc.cluster.local:8080" name: "kubernetes" namespace: "jenkins-agents" podLabels: - key: "jenkins/jenkins-agent" value: "true" serverUrl: "https://kubernetes.default"...

@vittoriocanilli Just a hint to avoid these kind of issues. Build your own Jenkins image and pre-install plugins there. That avoids many runtime issues.

It's a misunderstanding. I meant to bundle all plugins in your custom Jenkins image and not to install any plugins as part of the Jenkins startup at all. So all...

> I have uninstalled the Helm chart and installed it again using a custom image with pre-installed plugins: nevertheless, the 3 plugins were not upgraded to their latest version, exactly...

@EyalZilberblum feel free to create a PR to address the issue you are describing.

@lemeurherve any idea on how this would work in practice? How do you automatically decide if it's a breakting change or not?

I think it doable to implement something like that. You have to keep in mind that JCasC changes need a Jenkins restart if you are not using the sidecar container....

What would you propose to change?