Part - 1 : How to create Github account and repositories
How to commit and push the changes to github
Difference between Pull vs Fetch
How to create and merge branches
How to create Pull Request in Github
How to fix merge conflict during git pull
How to fix merge conflict in Pull Request
How to reset the committed changes
How to create, list and delete Tag
How to create, list and delete Stash
How to install plugins in Jenkins
Use of Global Tool Configuration in Jenkins
How to create pipeline job in Jenkins
[Part-1] Jenkinsfile to build a maven project
[Part-2] Jenkinsfile to build and deploy to Tomcat
[Part-3] Jenkinsfile to build docker image, push to dockerhub and deploy to same server
[Part-4] Jenkinsfile to build docker image, push to dockerhub and deploy to different server
How to define Environment varibles in Jenkinsfile
How to write a dockerfile for installing packages
How to write a dockerfile for installing openjdk15
How to create multi stage Dockerfile
How to write a dockerfile for running a java application (*.war) in Apache tomcat webserver
How to use Firewalld service to enable/disable port in Linux machine
How to use journalctl command to see the logs of running services in linux machine