I followed the instructions here: http://nerdwin15.com/2013/04/continuous-integration-with-stash-and-jenkins/
I Have jenkins and stash "connected" however the current probelm is that running the builds hangs at fetching the repo...
Fetching upstream changes from ssh://git@git.xyz.com:7999/gp/gp-xyz.git
FATAL: Failed to fetch from ssh://git@git.xyz.com:7999/gp/gp-xyz.git hudson.plugins.git.GitException: Failed to fetch from ssh://git@git.xyz.com:7999/gp/gp-xyz.git
So from what I gather the problem is that if i run this command on jenkins (which is running on windows)..Is the fact that I have to enter a password here when i run this test command:
$ git clone ssh://git@git.xyz.com:7999/gp/gp-xyz.git Cloning into 'gp-xyz'... Enter passphrase for key '/c/Documents and Settings/userMe/.ssh/id_rsa':
How can i configure windows to store the ssh key so that I can clone like the build server does? Or configure jenkins or stash to use http?
What i tried is:
userMe@jenkins /C $ ssh -T git@git.xyz.com:7999 ssh: git.xyz.com:7999: no address associated with name
userMe@jenkins /C $ ssh -T git@git.xyz.comgit@git.xyz.com's password: Permission denied, please try again. git@git.xyz.com's password:
However, This confuses me. Because a) Stash is running on port 7999 and b) there is no actual user named git on stash but it wont let me change that in the Stash WebHook to Jenkins Plugin
Solved! Go to Solution.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Plan, prioritize, and estimate upcoming work by creating and configuring agile Jira boards for company-managed projects.
Learning Path
Registered Scrum Basics™
Manage work more effectively by learning scrum basics from a global leader in agile transformation and training—and get credentialed by Scrum Inc.®