Sha256: 8f560aee69a6c1fe5e47c80ae0be76a19cca18d71bda09725c88a16fbaf1f864

Contents?: true

Size: 756 Bytes

Versions: 3

Compression:

Stored size: 756 Bytes

Contents

Feature: Works with WinCI continuous delivery process
  In order to enhance provisioning in continuous delivery process
  As a project developer
  I want to fully integrate updater with WinCI continuous delivery process

  Background:
    Given I have WinCI-server installed in "C:/winci-server"
    And I have a Jenkins server running
    And there exist job named "files" that pushes successful build to "var/production/files.git" repo
    And the job has at least one successful build

  Scenario: Download last successful build
    When I run updater with "var/production/files.git" in config and target dir "files_cloned" as parameter
    Then I should see this
    """
    Update successful!
    """
    And directory named "files_cloned" is created

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
winci-updater-0.0.3 features/works_with_continuous_delivery.feature
winci-updater-0.0.2 features/works_with_continuous_delivery.feature
winci-updater-0.0.1 features/works_with_continuous_delivery.feature