Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.47 KB

File metadata and controls

45 lines (32 loc) · 1.47 KB

open-stf-plugin

About

Provides some features for Android development and testing with The OpenSTF during Jenkins builds, including:

  • Reserves and connect a STF device before build, and release it after use.
  • Provides the matrix axis for the STF device attribute.

Dependent plugins

Requirements

Jenkins version 2.32 or newer is required.
Open STF verion 2.0 or later.

Built With

  • Maven - Dependency Management

Release History

  • 1.0.7

  • 1.0.6

    • Added filter by battery remaining.
  • 1.0.5

    • Fix Null Pointer error when waiting for device connection
  • 1.0.4

    • Add a option about the SSL certificate vetification.(ignore errors or not) JENKINS-39276
    • Add the 'abi' parameter as a device condition. JENKINS-39277
  • 1.0.3

    • Add feature about marking the device information on build.
  • 1.0.2

    • Improve parameter validation.
  • 1.0.1

    • Bug fix about jQuery confliction.
  • 1.0.0

    • Initial release