Class: Warbler::JenkinsWinstoneServer

Inherits:
WinstoneServer show all
Defined in:
lib/warbler/web_server.rb

Instance Method Summary collapse

Methods inherited from WinstoneServer

#add

Methods inherited from WebServer

#add, #main_class

Constructor Details

#initializeJenkinsWinstoneServer

Returns a new instance of JenkinsWinstoneServer.



67
68
69
70
71
# File 'lib/warbler/web_server.rb', line 67

def initialize
  @artifact = Artifact.new("http://repo.jenkins-ci.org/public",
                           "org.jenkins-ci", "winstone",
                           ENV["WEBSERVER_VERSION"] || "0.9.10-jenkins-43")
end