I want to whenever I start the Jenkins pipeline build, the job will either clone/pull from the Git.
But I don't know how to do this in Jenkins Pipeline, besides hard coding git clone $url , git pull (if exists) in one of the early steps of the first stage.
