Hi I want to push in Jenkins pipeline script.
I registered git id/pw in Jenkins credentials.
I succeeded git clone. This is git clone script
git branch: "develop", credentialsId: "mygitid", url: "mygiturl"
Now I want to commit & push.. but I don't know how to do this.. Anyone have idea?