Dev <> QA iteration
QA teams can now deploy the service with name and version, using the following command:
odin deploy service --name SERVICE_NAME --version SERVICE_VERSION --env dev-001
If QA raises an issue and a code change is required - you'll have to build the application code again and push the artifact to jfrog before releasing / deploying a new version.
You can release the service with same SNAPSHOT
version as snapshot versions are mutable in nature.
Last updated