...
From soa.json get the following:
name
type
version
The following can be computed or added to the yaml CI script
SOAJS_repo_branch
SOAJS_repo_commit
SOAJS_img_tag
SOAJS_img_name
SOAJS_img_prefix
SOAJS_env_list = []
...
Case1: Calling soajs CD required with the following params:
key, cd_auth, name, version, type
branch
commit
image_tag (optional)
Check all the env where this item is deployed from this branch and
...
key, cd_auth, name, version, type
branch
commit
env_list []
image_tag (optional)
...
key, cd_auth, name, version, type
env_list []
image_tag
image_name
image_prefix
Check all the env from the env_list if this item is deployed from this image
...