Sam Gleske
Sam Gleske
I wouldn’t recommend sharing the same template base across many clouds. In general, that’s not how configuring via the web ui would instantiate objects. Jenkins would use a new instance...
In my script you can templates the JSON object. The JSON object is read for values and not directly creating anything. So you can templatize as many settings as you...
Also note, that my config includes every setting but does not have to. Take for example this line https://github.com/samrocketman/jenkins-bootstrap-shared/blob/12eef2f6e17dcf1c02c5ba5c2778cae73a2a7a93/scripts/configure-docker-cloud.groovy#L123 If you don’t specify the setting at all in the JSONObject,...
I don’t see why you couldn’t have the same template conf. As long as you’re not sharing docker class instances it should be fine.
I might try to update that script this week. I don’t normally use that plugin because for a time it was abandoned and didn’t work for the latest docker API....
@axilleas I think it would be useful to provide mini-guides inline as part of the guide which can be referenced by multiple guides. e.g. building git from source or building...
Sure, I'm currently in the process of reorganizing my company wiki using the same idea (splitting up the article steps into linked components for each prerequisite instead of explaining in...
To be clear from my original request. CentOS is RHEL. It is a binary build of the exact packages provided by RedHat in their source RPMs for the RHEL OS....
https://github.com/jenkinsci/jenkins/blob/1b2cd19a61600cb8b886637224d92a51e6032a93/core/src/main/java/hudson/slaves/NodeProvisioner.java#L806
I get this behavior on GitHub repository search fields as well.