Assignment#1
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Docker commands:
docker images
docker pull image name
docker -version
docker run -it -d imagename
docker ps
docker ps -a
docker create –name ContainerName imagename
docker start ContainerName
docker stop ContainerName
docker restart ContainerName
docker rm containername
docker pause containername
docker kill containername
docker unpause conatinername
docker exec -it containerName bash
How to configure SMTP server in Sonarqube?
Log in to the SonarQube dashboard and click on the āAdministrationā tab.
Browse to the āConfiguration -> General settings -> Generalā menu.
Under the āEmailā section, fill out the required information. The settings below configure SonarQube to send emails through a Gmail account. Replace USERNAME and PASSWORD with your Gmail account username and password, respectively.
SMTP port: 587
SMTP host: smtp.gmail.com
Secure connection: starttls
SMTP password: password
SMTP username: username@gmail.com
Save
List of most popular plugins of Jenkins from plugins.jenkins.io/
Pipeline
Mailer
Git
Subversion
JUnit
Kubernetes
Amazon Elastic Container Service
Azure Container Service
Dashboard View
Build Pipeline
Multijob