Skip to content

Instantly share code, notes, and snippets.

View grdryn's full-sized avatar
🦞
Zoidberg

Gerard Ryan grdryn

🦞
Zoidberg
View GitHub Profile
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 org.jenkinsci.plugins.plaincredentials.*
import org.jenkinsci.plugins.plaincredentials.impl.*
import hudson.util.Secret
import hudson.plugins.sshslaves.*
@grdryn
grdryn / README.md
Last active August 29, 2015 14:23 — forked from Filirom1/README.md
Add a node on openshift

Clone an existing Node. If you are using VMs it's quite easy.

Start the new Node (node5).

Then replace all references of the old hostname in /etc

grep -R node4 /etc 2>/dev/null
/etc/openshift.node.conf
/etc/sysconfig/network

Asciidoc Feed

This file is created just to trigger the rendering of a file using the template file customfeed.ftl which wouldn’t use any of the content in this file.