I hereby claim:
- I am willis7 on github.
- I am willis7 (https://keybase.io/willis7) on keybase.
- I have a public key ASBDtl8NJod40Ti6FT558HT0AoHPVd0_JkRcZD846bBeEgo
To claim this, I am signing this object:
| import com.nirima.jenkins.plugins.docker.DockerCloud | |
| import com.nirima.jenkins.plugins.docker.DockerTemplate | |
| import com.nirima.jenkins.plugins.docker.DockerTemplateBase | |
| import com.nirima.jenkins.plugins.docker.launcher.AttachedDockerComputerLauncher | |
| import io.jenkins.docker.connector.DockerComputerAttachConnector | |
| // | |
| // TEMPLATES | |
| def tmplConf = ''' |
| import com.nirima.jenkins.plugins.docker.DockerCloud | |
| import com.nirima.jenkins.plugins.docker.DockerTemplate | |
| import com.nirima.jenkins.plugins.docker.DockerTemplateBase | |
| import com.nirima.jenkins.plugins.docker.launcher.AttachedDockerComputerLauncher | |
| import io.jenkins.docker.connector.DockerComputerAttachConnector | |
| import jenkins.model.Jenkins | |
| // parameters | |
| def dockerTemplateBaseParameters = [ | |
| bindAllPorts: false, |
| #!/bin/bash | |
| # | |
| # Usage: | |
| # $ “can_reach.sh www.example.com 80 1” | |
| host=$1 | |
| port=$2 | |
| timeout=$3 | |
| nc -z -w $timeout $host $port” |
| import jenkins.model.* | |
| Jenkins.instance.setNumExecutors(0) |
| import jenkins.* | |
| import jenkins.model.* | |
| import hudson.* | |
| import hudson.model.* | |
| import com.nirima.jenkins.plugins.docker.* | |
| import hudson.plugins.sshslaves.SSHConnector | |
| import com.nirima.jenkins.plugins.docker.launcher.* | |
| import com.nirima.jenkins.plugins.docker.strategy.* |
| #!/usr/bin/make | |
| # exclude switches are useful for git and vim users. Other may apply here. | |
| test: shellcheck.check | |
| grep -rIl '^#![[:blank:]]*/bin/\(bash\|sh\|zsh\)' \ | |
| --exclude-dir=.git --exclude=*.sw? \ | |
| | xargs shellcheck | |
| # .check targets just tests for a command to be available on your PATH. | |
| .PHONY: %.check |
| #!/bin/sh | |
| mkdir -p src/{main,test}/{java,resources,scala} | |
| mkdir lib project target | |
| # create an initial build.sbt file | |
| echo 'name := "MyProject" | |
| version := "1.0" | |
| scalaVersion := "2.10.0"' > build.sbt |
| ==> router: Running provisioner: file... | |
| The guest operating system of the machine could not be detected! | |
| Vagrant requires this knowledge to perform specific tasks such | |
| as mounting shared folders and configuring networks. Please add | |
| the ability to detect this guest operating system to Vagrant | |
| by creating a plugin or reporting a bug. |
I hereby claim:
To claim this, I am signing this object:
Alt + click -- position the cursor in the terminalCtrl + a -- go to the start of a lineCtrl + e -- go to the end of a lineCtrl + u -- delete from cursor to the start of the lineCtrl + k -- delete from cursor to the end of the lineCtrl + w -- delete from cursor to the start of a word