proj_flow.ext.store

The proj_flow.ext.store provides "Store", "StoreTests" and "StorePackages" steps.

class proj_flow.ext.store.StorePackages

Stores archives and installers build for preset config value.

Name:

StorePackages

Runs after:

Pack

class proj_flow.ext.store.StoreTests

Stores test results gathered during tests for preset config value.

Name:

StoreTests

Runs after:

Test

class proj_flow.ext.store.StoreBoth

Stores all artifacts created for preset config value.

Name:

Store

Runs after:

Test and Pack