#devops-articles
Read more stories on Hashnode
Articles with this tag
Questions Whatโs the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI),...
Task-01 - Fork the repository - Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. - Read About [GitHub...
What is CI/CD? - CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single...
What is Jenkins? - Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written...
Create a Dictionary in Python and write it to a JSON File. json.dumps() : It is used to convert a dictionary to JSON string. 2. Read a json file...
Data Types - Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be...