Skip to content

Instantly share code, notes, and snippets.

@jmif
Created May 4, 2015 02:56
Show Gist options
  • Save jmif/9deeb17816d0bea677b1 to your computer and use it in GitHub Desktop.
Save jmif/9deeb17816d0bea677b1 to your computer and use it in GitHub Desktop.
nestedView("JS Pipelines") {
views {
build_pipelines.each {
def build_pipeline = it
buildPipelineView(build_pipeline.build_name + " JS Pipeline") {
selectedJob(build_pipeline.start_job)
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment