New Project, Create from URL to an onprem GitHub Enterprise instance

I'm looking for more documentation on setting up a project in TeamCity that would reach our internal onprem github enterprise instance, then connect via SSH to remotes and deploy code.  For some projects it would also be a maven or springboot so would want to compile the java to deploy a jar or war file to expand.

Anyone have pointers to setup documentation?  Webpages are preferred over videos, but I'll take what you have - thanks!

In the error below, I'm sure it's an access issue but I only went to Create Project (From a repository URL), entered my repo url, and “proceed”

git -c credential.helper= ls-remote origin command failed. exit code: 128 stderr: (gnome-ssh-askpass:550339): Gtk-WARNING **: 16:32:48.172: cannot open display: error: unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass' fatal: could not read Username for 'https://github.******.com': No such device or address
0
2 comments
Hi Kari,

For ease of administration and configuration, I suggest first configuring the connection to GitHub on the root project level. Go to https:///admin/editProject.html?projectId=_Root&tab=oauthConnections to open the root project's connections settings. Please refer to the documentation for the steps required to set up the connection: https://www.jetbrains.com/help/teamcity/configuring-connections.html#GitHub. 

This will then allow you to use the created connection to easily create projects from GitHub: https://www.jetbrains.com/help/teamcity/creating-and-editing-projects.html#Creating+project+pointing+to+GitHub.com+repository.

Please let me know if this approach suits your needs.

Best regards,
Anton
0

Anton Vakhtel Thanks Anton - late reply but came to say this info helped.

0

Please sign in to leave a comment.