I'm trying to configure my Jenkins job to connect to Altassian Stash. I'm using the git plugin for Jenkins.
Here the job configuration details- under source code management, choose git:
Repository Url: https://lab.xyz.com/stash/scm/projects/sandbox.git
Credentials: jenkinuser/password (defined in the global credentials of Jenkins configuration)
I get the following error:
Failed to connect to repository:
Could not init C:\Windows\TEMP\hudson1141847846411984817tmp
(The tmp name keeps changing).
Appreciate any help. Thanks.
git
on Jenkins Server:yum install -y git
– CᴴᴀZ