Assignment#1 for DevSecOps Batch
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Title – List of 20 popular commands of docker
docker info, docker version, docker images, docker ps, docker run, docker pull, docker rm <container>, docker rmi <image>, docker tag <src_image> <name>:<version>, docker create, docker start, docker stop, docker pause, docker unpause, docker push, docker kill, docker inspect, docker exec, docker logs <container>, docker restart
Title – How to configure SMTP server in Sonarqube?
In the sonaqube GUI –> Go to administration –> General –> Under Email section –> Set up the smtp server configuration and test the email functionality
Title – List of most popular plugins of Jenkins from plugins.jenkins.io/
Git – For integrating Git with Jenkins
Mailer – Configure mail notifications for build results
Performance – Get performance report of test suites
Pipeline – Script the pipeline
Sonarqube Scanner
JIRA
Green Balls Plugin
Amazon EC2
Docker plugin for Jenkins