Sha256: 7a47559d8a92d4a46e41904b82fb7871944a00c8ed5405f4a9c68c0b13ab401e

Contents?: true

Size: 915 Bytes

Versions: 5

Compression:

Stored size: 915 Bytes

Contents

Feature: Display default host information

  Scenario: Display default host information if it is setup
    Given I run local executable "jenkins" with arguments "configure --host localhost --port 3010"
    When I run local executable "jenkins" with arguments "default_host"
    Then I should see exactly
      """
      http://localhost:3010
      """

  Scenario: Display default secure host information if it is setup
    Given I run local executable "jenkins" with arguments "configure --host localhost --port 3010 --ssl"
    When I run local executable "jenkins" with arguments "default_host"
    Then I should see exactly
      """
      https://localhost:3010
      """

  Scenario: Display warning if never used Jenkins.rb before
    When I run local executable "jenkins" with arguments "default_host"
    Then I should see exactly
      """
      ERROR: Either use --host or add remote servers.
      """


Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
jenkins-maestrodev-0.6.9 features/default_host.feature
jenkins-0.6.8 features/default_host.feature
jenkins-0.6.6 features/default_host.feature
jenkins-0.6.5 features/default_host.feature
akqa-jenkins-0.6.4.1 features/default_host.feature