Jenkins - git asks for login credentials using git plugin

I have a couple of jobs that pull code from a bitbucket and build it in jenkins. I use the Git plugin to specify the repository URL + Git credentials.

Despite the fact that I set credentials in each Job configuration, every time there is a push to bitbucket (which starts jenkins to work), the Mac asks for “git-credential-osxkeychain wants the user to have a login key.” If I enter the password, the work will start, and it will not ask for a couple more hours.

I would like to make it permanent so that the message is no longer requested.

Any tips? thank.

+1
source share
1 answer

-, , URL- https git .
URL SSH .

git-credential-osxkeychain wants to use your confidential information stored in "xxx" in your keychain.

git -credential-osxkeychain popup": git ls-remote/url/bitbucket/repo, : , .

0

Source: https://habr.com/ru/post/1692631/


All Articles