Comment 3 for bug 1483803

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix merged to fuel-infra/jenkins-jobs (master)

Reviewed: https://review.fuel-infra.org/13885
Submitter: Aleksandra Fedorova <email address hidden>
Branch: master

Commit: 4ddb8133942fc84725f630fa3c3e6f2087a30c9e
Author: Aliaksei Cherniakou <email address hidden>
Date: Mon Nov 30 12:54:25 2015

Add possibility to download plugins providing URLs

This is done to provide ability to run plugins tests
against a custom set of plugins (by providing URLs list).
It affects 7.0.custom_system_test and 8.0.custom_system_test jobs.

The following fields have been added:
* text field PLUGINS where URLs to download should be
  provided one by line.
* string field PLUGINS_DIR to define absolute path to the
  directory where plugins will be stored after downloading.
  Its default value is $WORKSPACE/downloaded_plugins

Download functionality implemented via wget call in a simple
shell script using PLUGINS and PLUGINS_DIR values.

Change-Id: I48380d6482f1010d0c18d0f313835677aaaf3175
Related-Bug: #1483803