class Warbler::JenkinsWinstoneServer

Public Class Methods

new() click to toggle source
# File lib/warbler/web_server.rb, line 109
def initialize
  @artifact = Artifact.new("http://repo.jenkins-ci.org/public",
                           "org.jenkins-ci", "winstone",
                           ENV["WEBSERVER_VERSION"] || "0.9.10-jenkins-43")
end