This test project connects to a running Jenkins instance and runs a number of feature level tests. You will need to set some environment variables before running the tests.
Go to http://your.jenkins.io/me/configure, in the API Token section click Show API Token
and take note of the user id a token values.
Then set the following environment variables:
export GINKGO_JENKINS_URL=http://your.jenkins.io
export GINKGO_JENKINS_TOKEN=abcd1234
export GINKGO_JENKINS_USERNAME=fred
Now to run the test either run:
go test
or
ginkgo