Execute automation scripts using Pipeline in Jenkins

Execute automation scripts using Pipeline in Jenkins

What is Jenkins? Jenkins is a Continuous Integration (CI) Server or open-source automation tool written in Java with plugins built for Continuous Integration purpose. Jenkins supports the complete development lifecycle of software from building, testing and deploying a software development lifecycle. For example, if the team is developing a project, Jenkins will continuously test your…
Read more

Bit Bucket Pipeline

Bit Bucket Pipeline

What is BitBucket? Bitbucket Pipeline is an integrated CI/CD service, built into Bitbucket. It allows you to automatically build, test, and even deploy your code, based on a configuration file in your repository. Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Continuous…
Read more

Guide to PowerShell Automation Scripting for Successful DevOps

Guide to PowerShell Automation Scripting for Successful DevOps

DevOps word itself describes its definition: Dev stands for Development and Ops stands for Operations. When Dev and Ops are merged in one single term where the software development engineer and System Administrator / Server Operation Engineer work across the entire application life cycle, it forms DevOps. So in this concept, System Administrator / Server…
Read more