GitHub Actions with CI CD pipeline for .Net app on Shared Hosting

In this article we will deploy our .Net app to shared hosting like hostgator windows service via Github actions and FTP credentials of the shared hosting server. We will create and push our application to […]

Share Button

GitHub Actions with CI CD pipeline for Angular app on Shared Hosting

In this article we will deploy our Angular app to shared hosting like hostgator service via Github actions and FTP credentials of the shared hosting server. We will create and push our application to GitHub […]

Share Button

Maven Secure Proxy Setup

Prerequisite – Maven should be installed on user’s computer. To create secure proxy setings in maven we need to follow below steps – 1.Open CMD and type “mvn –encrypt-master-password my_master_password” Where my_master_password is your master […]

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

Create Issues on Git & close it via eclipse commit

To commit an issue from eclipse please follow steps –

Share Button