We’ve recently completed automated push of Reliza Java Client (SDK) to Maven Central. It’s a Gradle project, so just want to note few things that took more time during this setup. First, we’re using newer maven-publish plugin. Then note publishing and signing sections in our build.gradle. Next, our actual build job is here. Note, that… Continue reading Publish Gradle Project to Maven Central via CI
Month: February 2021
Automated Tests CI/CD Workflow With Reliza Hub
We have recently extended Reliza Hub to support Automated QA functionality as a part of CI/CD pipeline. In this post I’m going to describe how we are dogfooding it. Setup – we have a set of behave tests (behave – is a python implementation of Cucumber BDD). Our stack is running on kubernetes, so the… Continue reading Automated Tests CI/CD Workflow With Reliza Hub