Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 744 Bytes

README.rst

File metadata and controls

18 lines (15 loc) · 744 Bytes

tjob - Test Job Management Utility

Building

  1. Install Go >=1.2 and setup a proper $GOPATH (e.g. export GOPATH=~/gopath)
  2. go get github.com/ohmu/tjob pulls the sources (and dependencies) under $GOPATH/src/
  3. go install github.com/ohmu/tjob builds the stand-alone executable to $GOPATH/bin/tjob

Getting Started

  1. tjob runner add myjenkins --url https://jenkins.examples.com/jenkins --user myusername --insecure=true --ssh-key id_rsa
  2. tjob list --remote -j somejobname