How to Create a Job In Jenkins

Dear Readers, In this article,we will see How to Create a Job In Jenkins. Steps to Follow Logging to Jenkins. Create a First Item in Jenkins. Verify the job “kt-firstjob” in the jenkins dashboard. Build job “kt-firstjob”. Verify console out put of Job “kt-firstjob”. Verify… Read More

Branching and Merging in Git

Dear Readers, In this article,we will see Branching and Merging in Git. Implementation Steps Create a new branch “ktexperts-New-Branch” from branch “master”. Verify files/commits in branch “ktexperts-New-Branch”. Make a new file in branch “master”. Adding file to Staging Area. Commit the file into Local Repository.… Read More

What is GItIgnore in Git?

Dear Readers, What is GItIgnore in Git? In this article,we will see Create new files and ignore specific file while commiting. Git Ignore A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected. Git can be… Read More