Skip to content

Instantly share code, notes, and snippets.

@rpetti
Created March 22, 2012 22:42
Show Gist options
  • Save rpetti/2165205 to your computer and use it in GitHub Desktop.
Save rpetti/2165205 to your computer and use it in GitHub Desktop.
def project = hudson.model.Hudson.instance.getItem("Project A");
project.lastSuccessfulBuild == project.lastBuild;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment