I have created Jenkins pipeline for building code by cloning from git. I am able to clone repo , after building I want to push some files to git repo. I gave git credentials in Jenkins, still I am getting below error while pushing code.
fatal: could not read Username for 'https://bitbucket.xyz.com': No such device or address
I have seen many answers in google and tried that did not help me. Any ideas how we can solve this problem?