Siddesh BG's Blog

Build automation | Release Management | DevOps | Site Reliabality Engineering | Configuration Management | Version Control Systems | Continuous Delivery | Containers | Microservices | Cluster resource management | Cloud services | Analytics

Friday, December 1, 2023

MyLearning - MongoDB with Python

›
What's the goal of this learning? Quickly get hands dirty with the concepts of MongoDB by using Python Setup What is MongoDB Atlas? It i...
Thursday, October 1, 2020

Good resources to get started with AWS Lambda (python)

›
This blog is the collection of the articles I have referred to get myself hands dirty with AWS Lambda. I have meticulously referred and pers...
6 comments:
Friday, October 5, 2018

Gradle: Publish artifacts to maven repo (nexus) - an working example

›
Refer my github repo  https://github.com/siddeshbg/gradle-uploadArchives for a working  demonstration of Gradle way of publishing artifact...
2 comments:

Teamcity: Maven Artifact Dependency Trigger - an example

›
I'm back to blogging after a year break. This blog is about the Teamcity "Maven Triggers". I didn't find a good example u...
2 comments:
Wednesday, September 6, 2017

Testing Ansible roles with Molecule - tutorial

›
Molecule provides a clean way of testing Ansible roles which you write. Molecule can spin a docker container and run your Ansible role on ...
3 comments:
Friday, July 14, 2017

Dockerfile Linter --> projectatomic/dockerfile-lint

›
projectatomic/dockerfile-lint  is one of a Dockerfile Linter which can parse and detect syntactical errors in Dockerfile Usage It ...
Wednesday, May 17, 2017

Jenkins groovy script to find the node on which the last build built for a job

›
The below code is intended to be run in  Jenkins script console Problem I want to find the jenkins node on which the last build of the...
1 comment:

Jenkins groovy script to list busy nodes

›
The below code is intended to be run in Jenkins script console def busy = []; busy = hudson.model.Hudson.instance.slaves.findAll { it....
Sunday, May 14, 2017

Jenkins Elastic Build slaves with Apache Mesos

›
In this blog, I'll share my experience of setting up Jenkins server to obtain slaves dynamically from Mesos. You can get the broader pi...
Tuesday, April 11, 2017

yamllint ( YAML Linter)

›
The `yamllint` is basically a program to check syntax of YAML files. If you got YAML files in your project, you can ask your CI (continuou...
Wednesday, February 22, 2017

Simple Gradle file to just download dependencies

›
If you are managing repositories like Nexus or Artifactory, you often receive complaints from developers that, there dependency is not gett...
Monday, January 16, 2017

sonarqube postgresql db backup and recovery

›
postgresql is one of the DB supported by sonarqube. In this blog I'll list out the steps involved in taking back-up of postgresql DB us...
7 comments:
Thursday, January 12, 2017

Setting up a GitLab Specific runner on CentOS

›
In this post, I'll list the steps which I followed to configure a GitLab runner on the same host where GitLab server is running. Wh...
2 comments:
›
Home
View web version

About Me

My photo
Siddesh BG
Bangalore, Karnataka, India
Profession: Engineering Director (Full stack, Data Science/Engineering, DevOps, QA) Cyble, Bangalore
Email:siddesh.bg@gmail.com
View my complete profile
Powered by Blogger.