Jan Frank

Results 7 comments of Jan Frank

For more context I recommend this blogpost: https://jenkins.io/blog/2017/02/01/pipeline-scalability-best-practice/ > Except for the steps themselves, all of the Pipeline logic, the Groovy conditionals, loops, etc execute on the master. Whether simple...

For some reason files and directories created during image creation in the jenkins home directory are not there anymore if you start the container afterwards for the builds. I.e. sbt...

@clemensutschig Ok got it. The jenkins slave has a mount for `/home/jenkins` with an `emptyDir`. That erases everything that was living there previously from the image. So all the sbt...

It's the kubernetes-plugin (kubernetes-1.12.8) in the version I am using it for jenkins... https://github.com/jenkinsci/kubernetes-plugin/blob/3c52496f4a138132372a2d683ad97c5111d2803f/src/main/java/org/csanchez/jenkins/plugins/kubernetes/PodTemplateBuilder.java#L232

@clemensutschig this is what we were suffering from https://github.com/jenkinsci/kubernetes-plugin/releases/tag/kubernetes-1.18.0. Actually every jenkins-slave image, that uses the $HOME dir for shipping configuration and a version of the kubernetes-plugin prior 1.18.0 might...

- currently, you can provision a project and tick off to create open shift resources. So we need to change that if we want to use OS as source of...