...
call continuous delivery to change repository source
tag
branch & commit
call continuous delivery to change image source
image_tag
image_name
image_prefix
image_tag & image_name
image_tag & image_name & image_prefix image_name & image_prefix
you can also call to change both repository and image source
env_list is optional if not specified SOAJS will check all environments
...
key, cd_auth, name, version, type
image_tag
env_list []
Check all the env from the env_list if this item is deployed from this image
...
key, cd_auth, name, version, type
branch
commit
env_list []
image_tag (optional)
Check all the env from the env_list if this item is deployed from this branch and
...
key, cd_auth, name, version, type
tag
env_list []
image_tag (optional)
Check all the env from the env_list if this item is deployed from a tag and
...
key, cd_auth, name, version, type
env_list []
image_tag
image_name
image_prefix
...