Rajkumar

What is continuous integration?  Continuous integration is a software development process where developers integrate the new code they’ve written more frequently throughout the development cycle, adding it to the code base at least once a day. Once the code is commited to the repository, automated build, code analysis,scanning, coverage, testing are performed. Continuous feedback system is enabled to respective stakeholders to take necessary action without any delay. Overall, continuous integration helps streamline the build process, resulting in higher-quality software and

Read more

SRE Day 1 – Assignment

1. Git is not a file versioning tool. Its file system versioning tool. How come? Git keep tracks of the files which are in directory of the system. Thus, any changes made to that file will be addressed by its directory. 2. List down top 20 Jenkins plugins bootstrapped-multi-test-results-report Test Results Analyzer GitHub Integration SCM API Mailer Disk-usage Monitoring Pipeline Build Pipeline Performance Publisher Jira Azure Container Service Amazon Elastic Container Service Kubernetes Code Coverage Blue Ocean Jenkins Infrastructure Jenkins

Read more

SRE – Day1

Git is not a file versioning tool. Its file system versioning tool. How? Git thinks of its data more like a series of snapshots of a miniature filesystem. With Git, every time you commit, or save the state of your project, Git basically takes a picture of what all your files look like at that moment and stores a reference to that snapshot. To be efficient, if files have not changed, Git doesn’t store the file again, just a link

Read more

What is continuous integration?

Continuous integration is a software development process where developers integrate the new code they’ve written more frequently throughout the development cycle, adding it to the code base at least once a day. Once the code is commited to the repository, automated build, code analysis,scanning, coverage, testing are performed. Continuous feedback system is enabled to respective stakeholders to take necessary action without any delay. Overall, continuous integration helps streamline the build process, resulting in higher-quality software and more predictable delivery schedules.

Read more

List down top 20 jenkins plugins

LDAPRole-based Authorization StrategyBitbucketBitbucket server integrationCobertura pluginCredentialsSSH CredentialsJacocoGitJUnitMailerMultibranchEmail Extension TemplateSonarQube ScannerAmazon ECR pluginNexus Artifact UploaderDockerS3 publisherList Git Branches parameterKubernetesAnsible

Read more

Git is not a file versioning tool. Its file system versioning tool. How?

Git is not storing each and every file in the repository during the every commit. That is why it is not versioning tool.Instead, Git looks at data more like a set of snapshots of a mini filesystem.For every commit, Git takes a snapshot of what all your files, look like at that moment and stores a reference to that snapshot.To be efficient, if files have not changed, Git doesn’t store the file again, just a link to the previous identical

Read more

Git is not a file versioning tool. Its file system versioning tool. How?

Git is a content tracking system. When Git places a file into the object store, it does so based on the hash of the data and not on the name of the file. If two separate files have exactly the same content, whether in the same or different directories, Git stores a single copy of that content as a blob within the object store. Git computes the hash code of each file according solely to its content, determines that the

Read more

How to add new linux node of Jenkins?

Prerequisites: IP of new linux node Install JDK on new node Steps: Configure SSH connectivity from Master node to Slave node Goto Manage Jenkins -> System Configuration -> Manage Nodes and Clouds Add a new slave node Enter Host IP and Add Credentials with SSH key to connect to the server Save the new node Check the status of new node

Read more

Assignment SRE Day1

i) Git is not a file versioning tool. Its file system versioning tool. How come? Git don’t just check out the latest snapshot of the files; rather, they fully mirror the repository, including its full history. Thus, if any server dies, and these systems were collaborating via that server, any of the client repositories can be copied back up to the server to restore it. Every clone is really a full backup of all the data. ii) List down top

Read more

Benefits of Internet Dating

Internet dating is simply a program which enables individuals to find and bring in themselves to possible passionate contacts over the Internet, generally with all the aim of producing sexual, charming, or personal relationships. Internet dating can be used by simply anyone via any part of our lives, from virtually any part of the environment. Internet dating will provide you with a chance to meet new and enjoyable people via all areas. Online dating comes with gained tremendous popularity in

Read more
1 66 67 68 69 70 185