…, or Templating GitHub Branch Source Org config.xml I created a yaml file ghe_config.yml to provide the values for a jinja template which created the GitHub Branch Source Organization config.xml for a Github organization on Jenkins. These were brought together by an ansible play that explicitly pulled in the ghe_config.yml values and then pushes those…
Continue ReadingMonthly Archives: September 2018
…Rethinking git submodule
I constructed five of our jenkins agent AMI builds into an ansible_role-jenkins-[function]-agent piece, and then an aggregation jenkins pipeline build repo. The idea is – code from the role(s) are layered in the jenkins pipeline build repo. For example the base agent build (all the basic stuff we want on all of our agent AMIs)…
Continue Readinggit submodule…
ADD SUBMODULE in the directory in which you want the repo to be linked into, run git submodule add to remove or update at present using these commands you will get the default branch HEAD commit —- RESET OR DELETE edit .gitmudules and remove the entry edit .git/config and remove the submodule entry run git…
Continue Reading