Skip to content

Instantly share code, notes, and snippets.

@jorgenpt
Created August 7, 2012 01:13
Show Gist options
  • Save jorgenpt/3280341 to your computer and use it in GitHub Desktop.
Save jorgenpt/3280341 to your computer and use it in GitHub Desktop.
public class EnvironmentScript extends BuildWrapper implements MatrixAggregatable {
@Override
public Environment setUp(AbstractBuild build,
final Launcher launcher,
final BuildListener listener) throws IOException, InterruptedException {
listener.getLogger().println("I'm here!");
// ....
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment