Skip to content

Commit

Permalink
for more slave nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
knjname committed May 3, 2014
1 parent ada350a commit 4d8534d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions slave/moreslave.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

docker run \
--name "jenkins-slave-${1:? Port number required. }" \
-p ${1}:22 \
-d \
knjname/jenkins-slave


0 comments on commit 4d8534d

Please sign in to comment.