Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
// Use in jenkins v 1.443 and BuildPipeline Plugins version 1.2.3 | |
import hudson.model.* | |
import hudson.views.* | |
import au.com.centrumsystems.hudson.plugin.buildpipeline.* | |
restrict_trigger_to_recent = false | |
v = new BuildPipelineView("view_name", "view_title", "initial_job_name", "number_of_display_builds", restrict_trigger_to_recent) | |
Hudson.instance.addView(v) |