Application Security, AWS

Creating Production Grade Microservices Architecture on AWS EKS

Introduction The main goal of this blog is to provide production-grade best practices for Microservices Infra in a way to implement the entire system easily on your own. You’ll see what an end-to-end solution looks like, including how to combine Kubernetes, AWS VPCs, data stores, CI/CD, secrets management, and a whole lot more to...

by Sanyam Munjal
Tag: Jenkins
01-Aug-2023

DevOps

Jenkins Security Management

In this blog, We will learn how to secure Jenkins. One can manage security levels in the Jenkins environment and project security through "Configure Global Security." Securing Jenkins defines who is allowed to access/use the system. Jenkins provides 5 types of authorization. Anyone can do anything- This is the least secure setup...

by prashant.kumar6
Tag: Jenkins
12-Apr-2023

Agile, Automation Testing

Dev-Test-Ops: The Way Forward for Continuous Integration & Continuous Delivery (CI/CD)

Competition has grown manifold in the last decade with a constant need for faster time to market, superior customer experience and continuous evolution. WIth the modern software economy becoming biased towards innovative products that keep pace with accelerating market demands, technology-led products appeal to early adopters and niche...

by Apoorva Chawla
Tag: Jenkins
11-Oct-2017

Agile, DevOps

Integrating and Managing Old Artifacts through Jenkins

Continuous Integration (CI) and Continuous Deployment (CD) has now become the first and foremost necessity in Agile methodology. Developer's life has now become much easier as they can now focus on automating other tasks. Managing the artifactory using CI/CD tools is also important to optimize storage cost for the system. It is observed...

by Mohit Dayal Gupta
Tag: Jenkins
30-May-2017

AWS, Cloud

5 Benefits of Using DevOps with Cloud

Product development has become highly sophisticated over the years. Unlike the yesteryears, business agility is the key to survive competition and market demands. Most organizations are doing away with traditional hardware inventories and embracing cloud and other digital technologies for the numerous benefits. Apart from moving to Cloud,...

by kinshuk jhala
Tag: Jenkins
05-Jan-2017

AWS, DevOps

Continuous Delivery Best Practices

Continuous Delivery is the methodology or a software strategy where code changes are automatically built, tested, and prepared for a release to production. Continuous Delivery makes the code deployment possible at any time by a single click. Continuous Delivery takes care of the testing process before each deployment in any environment....

by Shivam Agrawal
Tag: Jenkins
22-Dec-2016

DevOps, Technology

An Introduction to CircleCI

CircleCI is the continuous integration & delivery platform that helps development teams to release code rapidly and automate the build, test, and deploy process using Docker container. CircleCI is a reliable platform that works well with languages like Ruby, Python, NodeJS, Java and Clojure. Steps to Signup with CircleCI Signing up...

by Ankit Kumar
Tag: Jenkins
29-Nov-2016

Agile, DevOps

Infographic: 7 Best DevOps Tools for Agile IT

DevOps is a concept that emphasizes on building a culture of collaboration between developers and IT professionals. DevOps has been around for a while now and is being rapidly adopted by most of the software development organizations. Most IT organizations have formed their in-house DevOps teams that help in automation of end to end...

by Shweta Sharma
Tag: Jenkins
28-Oct-2016

Agile, AWS

Introduction to Spinnaker – Global Continuous Delivery

Continuous Delivery is the term that comes with agile methodology. You want to make changes frequently and deliver them without hassle onto production environment. Spinnaker is a Continuous delivery platform developed by Netflix that can make your way easy. According to the official website: "Spinnaker is an open source, multi-cloud...

by Raghu Sharma
Tag: Jenkins
30-Sep-2016

DevOps, Technology

Integrating SonarQube with Jenkins

Recently, we got a requirement where Grails Development team needs to have a one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality. We decided to integrate it with Jenkins to provide...

by Navjot Singh
Tag: Jenkins
28-Sep-2016

AWS, DevOps

Setting up Continuous-Delivery Pipeline using Jenkins’ Delivery-Pipeline-View Plugin

Jenkins is a widely used CI tool which helps DevOps teams in automating the multiple tasks. The use of Jenkins has widely increased over a period of time due to a rich set of functionalities which it provides in the form of plugins. Jenkins has plugins for automating almost everything at the infrastructure level. In this blog, I am going...

by Tarun Saxena
Tag: Jenkins
21-Sep-2016

AWS, DevOps

Control Jenkins Steps With Conditional BuildStep Plugin

If you look forward to Jenkins for most of your development operations then, at some point in time you might have felt the need of something which allows you to condition your steps. Of course, it is not such a good idea to create individual jobs each time you want to run and test specific build step/s. The solution is to use...

by Aakash Agarwal
Tag: Jenkins
30-Aug-2016