Home
Configure webhooks in github, bitbucket and gitlab Posted in Devops • 1581 read How automate press button on remote modem using selenium? Posted in Automation • 935 read Find unused classes and more in a Java source code Posted in Java • 804 read How to build an android apk using only linux for devops automation? Posted in Android • 7124 read
In this post I will show you how to configure a webhook in the most used git repository providers. Prerequisites Public http url, able to receive POST request with json body. This url could be a simple http app with... Read more...
New challenge from my youtube video: Original question bv JeisoonMaldonado 23/11/2018 Gracias encuentro muy bueno el video y la explicación, aunque antes de empezar por un camino equivocado quisiera una opinión, necesito acceder a varias direcciones ip desde el navegador... Read more...
What to do when your infraestructure team or other reasons do not permit you to use SonarQube or similar platforms to insepect the source code of your java applications? or when SonarQube is like use a sledgehammer to crack nuts.... Read more...
In almost all web sites there are information to compile android projects with Android Studio, but If I want to automate the build?. I mean, execute some shell commands without UI tool like Android Studio. This will be useful for... Read more...