Re: Jekinsfile withCredentials - where are GIT_USERNAME and GIT_PASSWORD defined

2017-05-28 Thread Mark Waite
If you're cloning with http or https protocol, then you may be able to write the URL as: https://username:password@hostname/path/to/repo.git Replace username with the evaluated value of GIT_USERNAME and replace password with the evaluated value of GIT_PASSWORD. If you're cloning with ssh

Jekinsfile withCredentials - where are GIT_USERNAME and GIT_PASSWORD defined

2017-05-28 Thread Adi Lavi
hello, I am trying to debug an issue with JenkinsFIle using git credentials. It uses the variables GIT_USERNAME and GIT_PASSWORD which seem to be wrong, as the log shows that git commands fail to connect (used to work before, but users have changed). How can I find where and how these