build:
	go build jenkins.go

run:
	go run jenkins.go

test:
	go test -cover

default:
	go run jenkins.go
