Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Mazorius's full-sized avatar

Ron Gebauer Mazorius

  • CompuGroup Medical SE & Co. KGaA
  • Nettetal, Deutschland
  • X @mazorius
View GitHub Profile
@Mazorius
Mazorius / UbiquitiCloudKeyGen1.md
Last active July 4, 2020 20:22
Install Let's Encrypt on Ubiquiti Cloud Key Gen1
@Mazorius
Mazorius / BrewUpdateCron.md
Last active May 19, 2020 09:43
cron to update brew periodically

Brew Update as Cron Job

Regular job to update homebrew components.

Installation Guide

A short description for installation

macOS

@Mazorius
Mazorius / pipeline.gdsl
Last active May 24, 2020 05:25
A GDSL for Jenkins pipelines.
//////////////////////////////////
////// SCRIPT & CLASS SCOPE //////
//////////////////////////////////
final def classContext = context scope: classScope()
final def scriptContext = context scope: scriptScope()
contributor([scriptContext, classContext]) {
property(name: "env", type: 'org.jenkinsci.plugins.workflow.cps.EnvActionImpl')
property(name: "params", type: 'org.jenkinsci.plugins.workflow.cps.EnvActionImpl')