Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • SUDO or SU commands with password

    Support servers buildmaster linux ssh
    3
    0 Votes
    3 Posts
    31 Views
    ?
    Thanks for the pointers, Dean!
  • Customs Action running on Linux Agent

    Support sdk linux
    2
    0 Votes
    2 Posts
    8 Views
    ?
    Hi Andrew, The ProcessRemoteCommand method only works when working with .NET-based agents. Behind the scenes, that method will serialize the action and use a sort of remoting to run that method on the remote server. With an SSH-based agent, this is obviously not possible. The CommandLineActionBase abstracts a lot of the complexity in executing remote processes. Just ignore the ProcessRemoteCommand method (throw a NotImplementedException) and try run the ExecuteCommandLine method from Execute. FYI - this is all being refactored in 4.0, and we're trying to phase out as many ProcessRemoteCommand-based actions as possible.
  • Linux agent broker in Buildmaster 3.6.4

    Support buildmaster linux error
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Hi Dave, There is new release of the Linux extension (v3.12) that will resolve this issue. Best, -Steve