I have a cucumber repository "tests" in bitbucket.
I configure the Jenkins server like this:
But I got an error like this:
> git pull origin develop
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Password for 'https://aaa@bitbucket.org': Invalid argument
What should I do?
Thx