MySQL on Docker
Install MySQL & PhpMyAdmin on Docker for local development work. We need to create following docker compose file for Portainer. And we need to provide the following variable details – Points to remember – we […]
Learning Never Ends …
Install MySQL & PhpMyAdmin on Docker for local development work. We need to create following docker compose file for Portainer. And we need to provide the following variable details – Points to remember – we […]
We need to create following docker compose file for Portainer. We will use Maria DB as database And we need to provide the following variable details – Points to remember we are not exposing Database […]
Add SSH certificate to Jenkins to pull repository from git server (example gitlab) Prerequisite : a) git must be installed on user’s computer b) jenkins must be running on user’s computer To achieve this we […]
Run TestNG project From Jenkins with BAT file only 1. First Create a sample Java Project 2. Create “lib” folder and put testng jar on it. 3. Add TestNG library from build path 4. The […]
To configure email (gmail) server with jenkins it is better if we use Email-ext plugin. Steps 1. First go to Manage Jenkins > Manage Plugins 2. Click on Available tab and search for “Email-ext” 3. […]