-
Notifications
You must be signed in to change notification settings - Fork 6
Pipeline Steps
These pipeline steps were added in v1.0 to increase the ease of common functions used alongside the Test Template.
This step was added in release v1.0 to simplify the archiving of ansible and script tests.
This step takes no arguments.
This step was adding in release v1.0 to simplify the downloading of ansible and script tests.
This step takes no arguments.
This step was added in release v1.0 to make it easy to install packages referenced by brew. It was removed in release v1.2.0 since the CI messages changed.
It takes 2 parameters.
- Description: The CI_MESSAGE that was passed to the job.
-
Type:
String
- Description: The architecture of the host the packages are being installed on (for builds that have arch specific packages.
-
Type:
String
The step was added in release v1.0 to make it easy to extract the build ID of a brew task.
It takes one parameter.
- Description: The CI_MESSAGE that was passed to the job.
-
Type:
String
This step was added in release v1.0 to make it easy to install packages from brew via the brew task ID or parsing the CI message.
This step takes one parameter.
- Description: The params object that was passed to the job.
-
Type:
Groovy Object
This step was adding in release v1.0 to simplify the running of ansible and script tests.
This step takes two arguments.
- Description: The ProvisioningConfig object. See Provisioning Configuration
-
Type:
com.redhat.ci.provisioner.ProvisioningConfig
- Description: The provisioned host object. See Provisioning Output
-
Type:
com.redhat.ci.hosts.ProvisionedHost