Skip to content

Instantly share code, notes, and snippets.

@vegaasen
Created July 13, 2016 05:59
Show Gist options
  • Save vegaasen/c8bc4c9026bde381b810f54d2533ae1d to your computer and use it in GitHub Desktop.
Save vegaasen/c8bc4c9026bde381b810f54d2533ae1d to your computer and use it in GitHub Desktop.
Tiny cheat-sheet for myself (and others)

Jenkins cheat sheet

Adding job that triggers script on Jenkins server

This is quite simple, and requires just that you add your script somewhere on the Jenkins server (you may also put shell code directly in to Jenkins, but..why). Anyway. When failing tests, you must use: exit This causes Jenkins to go in to a failed-build state :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment