Skip to content

Commit

Permalink
Update readme; cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Sep 7, 2011
1 parent a15186a commit c9c2960
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion readme
Expand Up @@ -23,4 +23,9 @@ gets resolved to this:

http://swarm.jquery.org/git/jquery-ui/c1cda180a93a6c0a63cf21a68dacb54233e03d03/tests/unit/autocomplete/autocomplete.html

Other environment variables are documented on the Jenkins wiki: https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-JenkinsSetEnvironmentVariables
Other environment variables are documented on the Jenkins wiki: https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-JenkinsSetEnvironmentVariables

Legalese
--------
Copyright 2011 appendTo
Licensed MIT / GPL
Expand Up @@ -4,11 +4,10 @@
import hudson.Extension;
import hudson.Launcher;
import hudson.Util;
import hudson.model.AbstractBuild;
import hudson.model.AbstractProject;
import hudson.model.BuildListener;
import hudson.model.Environment;
import hudson.model.Result;
import hudson.model.AbstractBuild;
import hudson.model.AbstractProject;
import hudson.tasks.BuildStepDescriptor;
import hudson.tasks.Builder;
import hudson.util.FormValidation;
Expand Down

0 comments on commit c9c2960

Please sign in to comment.