I hereby claim:
- I am cpanato on github.
- I am cpanato (https://keybase.io/cpanato) on keybase.
- I have a public key ASDhgxhNK8XbsEMDe3RtbRTtcxCP2DdgQbj7uLSvWXS7CQo
To claim this, I am signing this object:
| require 'rubygems' | |
| require 'selenium/webdriver' | |
| require 'selenium/webdriver/remote' | |
| require "watir-webdriver" | |
| platform_browser_version = [ | |
| [:XP, "ie", "8"], | |
| [:XP, "firefox", "11"], | |
| [:XP, "chrome"], | |
I hereby claim:
To claim this, I am signing this object:
| def sout = new StringBuilder(), serr = new StringBuilder() | |
| def proc = 'ls /var/jenkins_home/plugins/'.execute() | |
| proc.consumeProcessOutput(sout, serr) | |
| proc.waitForOrKill(1000) | |
| println "out> $sout err> $serr" | |
| File file = new File("/var/jenkins_home/plugins/") | |
| println "The file ${file.absolutePath} has ${file.length()} bytes" | |
| import jenkins.model.Jenkins | |
| import hudson.model.ParametersAction | |
| import hudson.model.BooleanParameterValue | |
| import hudson.model.Result | |
| import hudson.model.Run | |
| import org.jenkinsci.plugins.workflow.job.WorkflowRun | |
| import org.jenkinsci.plugins.workflow.support.steps.StageStepExecution | |
| import org.jenkinsci.plugins.workflow.job.WorkflowJob | |
| //Get the PR Number |
| # The name of the Git remote | |
| REMOTE=origin | |
| # The name of the Git target branch | |
| TARGET_BRANCH=master | |
| # Chart directories separated by a space | |
| CHART_DIRS=( | |
| mattermost-helm | |
| ) |
This example uses the latest clusterctl (v1.0.0) and also the latest CAPG release with suports v1beta1 (v1.0.0)
steps to get a running workload cluster, for testing/development purposes
this is a quick overview for more in depth you can check https://cluster-api.sigs.k8s.io/user/quick-start.html