You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mostly transferred README and other Markdown contents to ReST.
Documented all job templates.
description
inputs
secrets
outputs
usage examples
Documented action dependencies.
Added test pipeline(s) to verify job templates.
Parameters are verified.
ArtifactCleanup is verified.
Split paths to e.g. unittests into 2 parameters for tests directory (working directory) and the subdirectory for unittests.
New first-level outputs from Parameters:
python_version - Python version is now a root element and does need to decode params.
artifact_names - The list of artifact names is now a root element and does need to decode params. Compared to params it contains more artifact names and is prepared to contain more artifacts and artifact variants like XML vs. HTML.
Providing ENVIRONMENT_NAME in unit tests and code coverage collection jobs.
The unit testing job template extracts Python packages needed to be installed via pacboy automatically by comparing dependencies with a list of pacboy packages.