Skip to content

Commit

Permalink
Update buildlamp.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed Jan 21, 2015
1 parent 32770eb commit d2a808e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/buildlamp.groovy
@@ -1,5 +1,6 @@
def sparkDeviceId = "FIXME";
def sparkAccessToken = "FIXME";
def jenkinsViewName = "FIXME";

def build = Thread.currentThread().executable;
println("buildLamp system Groovy script");
Expand All @@ -8,7 +9,7 @@ def somethingIsBuilding = false;
def badProjectsMap = [:];
println("-------");

hudson.model.Hudson.instance.getView("OnTestLamp").getItems().each { i ->
hudson.model.Hudson.instance.getView(jenkinsViewName).getItems().each { i ->
print(i.getName());

if (i.class.getName().is("hudson.maven.MavenModule")) {
Expand Down

0 comments on commit d2a808e

Please sign in to comment.