Skip to content

Instantly share code, notes, and snippets.

View enkicoma's full-sized avatar
👨‍💻

Valentin Dirzu enkicoma

👨‍💻
View GitHub Profile
@enkicoma
enkicoma / notifySlack.groovy
Created November 4, 2018 23:41 — forked from dschaaff/notifySlack.groovy
jenkins pipeline library for slack notifications with nice formatting
#!/usr/bin/env groovy
/**
* notify slack and set message based on build status
*/
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import hudson.tasks.test.AbstractTestResultAction;
import hudson.model.Actionable;
@enkicoma
enkicoma / kubernetes_commands.md
Created October 29, 2018 18:52 — forked from edsiper/kubernetes_commands.md
Kubernetes Useful Commands