I am trying to connect to a remote Git repository that resides on my web server and clone it to my machine.
I am using the following format for my command:
You can use your "git url" in 'https" URL format in the Jenkinsfile or wherever you want.
git url: 'https://github.com/jglick/simple-maven-project-with-tests.git'