I hereby claim:
- I am darinpope on github.
- I am darinpope (https://keybase.io/darinpope) on keybase.
- I have a public key whose fingerprint is 331F 1E52 D97C E90C E281 E637 B129 1D61 0F21 81C6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This is a Dockerfile and docker-compose.yml to run a custom CloudBees Core Traditional Client Master that has the /var/jenkins_support as an exposed volume
gcloud container clusters create dpope-gke --region us-east1 --machine-type n1-standard-2 --enable-autoscaling --num-nodes 1 --max-nodes 3 --min-nodes 1 | |
kubectl create namespace cloudbees-core | |
kubectl create namespace ingress-nginx | |
kubectl config set-context $(kubectl config current-context) --namespace=cloudbees-core | |
helm repo add cloudbees https://charts.cloudbees.com/public/cloudbees | |
helm repo add stable https://kubernetes-charts.storage.googleapis.com/ | |
helm repo update |
import com.ning.http.client.*; | |
import jenkins.plugins.asynchttpclient.*; | |
import com.cloudbees.jenkins.plugins.assurance.model.*; | |
import org.apache.commons.lang.*; | |
ProxyServer proxy = AHCUtils.getProxyServer() | |
if (proxy != null) { | |
println proxy.getHost() | |
println proxy.getPort() |
Gist for https://youtu.be/5-RMu9M_Anc
For more details, refer to https://learn.hashicorp.com/tutorials/vault/getting-started-install
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo yum -y install vault
/etc/vault.d/vault.hcl
Gist for https://youtu.be/hgmVFk_fcQM
aws secretsmanager create-secret --name 'sm-vagrant' --secret-string vagrant --tags 'Key=jenkins:credentials:type,Value=usernamePassword' 'Key=jenkins:credentials:username,Value=vagrant' --description 'sm-vagrant'
Gist to support https://youtu.be/3H9eNIf9KZs
Gist to support https://youtu.be/3XzVOxvNpGM
git clone https://github.com/open-telemetry/opentelemetry-collector.git
cd opentelemetry-collector/examples/demo/
docker-compose up -d