1

I am new to Teamcity. I am trying to do some Build configurations on it.

As of now I did some configurations but when I am trying to add a new build with Runner type: SSH exec, I am not getting this build step in the drop down.

You can see in below image

enter image description here

If there are any configuration I need to follow to get SSH EXEC in Teamcity build step please let me know.

halfer
  • 19,824
  • 17
  • 99
  • 186
revzzz
  • 103
  • 10

2 Answers2

2

SSH exec runner is available inside Deployer plugin. You can download the latest build from here. To install it, drop the archive without unpacking in <TEAMCITY_DATA_DIRECORY>/plugins

It will be bundled in TeamCity 10.0

Oleg Rybak
  • 1,651
  • 1
  • 14
  • 27
0

From the documentation:

SSH-Agent - use ssh-agent for authentication, the SSH-Agent build feature must be enabled.


How to enable the SSH-Agent?

  1. Upload your key to TeamCity server
  2. Set up an ssh-agent build feature for your build
  3. Choose ssh-agent auth. type in ssh deployer settings.

The deployer plugin can be found here:
https://github.com/JetBrains/teamcity-deployer-plugin

CodeWizard
  • 128,036
  • 21
  • 144
  • 167