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 […]

Share Button

WordPress on Docker

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 […]

Share Button

Jenkins configuration with git via SSH

Jenkins

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 […]

Share Button

Run TestNG project From Jenkins with BAT file

Jenkins

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 […]

Share Button

Email (gmail) Configuration with Jenkins

Jenkins

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. […]

Share Button