Skip to content

Instantly share code, notes, and snippets.

@brutus333
brutus333 / resume.json
Last active September 6, 2025 12:04
resume.json
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Virgil Chereche\u0219",
"label": "DevOps Engineer",
"picture": "https://lh3.googleusercontent.com/pw/AP1GczP6xCBoXrMFpVh0YV9gPN9t8iJuernFdAIkkhXkqD_VSfeAFVUHM1QeuOla2NFLNf3_fEcGrslhMWmRM2fstxaOazAOaMLQ9d8sEgg4K4JNTbsMPdxwECmUOo4-MckWppPrOC-dWBpcX69cOOTxv-7x=w429-h499-s-no-gm?authuser=0",
"email": "virgil.chereches@gmail.com",
"phone": "(+40) 744440910",
@brutus333
brutus333 / manageCredentials.groovy
Created January 5, 2018 09:47 — forked from fishi0x01/baseURL.groovy
This is a collection of groovy scripts I gathered and use for bootstrapping Jenkins.
#!groovy
import jenkins.model.*
import com.cloudbees.plugins.credentials.*
import com.cloudbees.plugins.credentials.common.*
import com.cloudbees.plugins.credentials.domains.*
import com.cloudbees.plugins.credentials.impl.*
import com.cloudbees.jenkins.plugins.sshcredentials.impl.*
import hudson.plugins.sshslaves.*;