2019-08-252019-08-29[tek-nol-uh-jee] Pushing Jenkins/Pipeline/Groovy/JVM to the limits [update] At work we have enhanced conan.io with an own python build system wrapper, which handles full dependency chains, forward and backward, and […]
2017-09-11[tek-nol-uh-jee] Zuul, Jenkins, Gerrit and Git submodules So, we got a Git -> Gerrit -> Zuul (w/ Gearman) -> Jenkins setup at work and we started to use Git […]
2017-05-182017-05-18[tek-nol-uh-jee] Jenkins Pipeline: using string keys of a map to unstash artifacts in a loop Just using my blog as my permanent public notepad. def my_keys = build_result.keySet() as List; for (int i = 0; i < […]