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!
Directory comparison report
-
Attempting to run a directory comparison report on Linux server via SSH agent - getting the below error. Is there documentation on what exactly is supported by the SSSH agent?
INFO: Generating diff report starting from path "/home/buildmaster/build/_A2/_S3/SRC/previous-source" to path "/home/buildmaster/build/_A2/_S3/SRC/current-source"...
DEBUG: Previous path on disk: /home/buildmaster/build/_A2/_S3/SRC/previous-source
DEBUG: Current path on disk: /home/buildmaster/build/_A2/_S3/SRC/current-source
ERROR: An unhandled exception occurred while executing this action: System.NotSupportedException: The SshAgent agent does not support the IRemoteCommandExecuter interface.
at Inedo.BuildMaster.Extensibility.Agents.AgentBase.GetServiceTService
at Inedo.BuildMaster.Extensibility.Actions.RemoteActionBase.ExecuteRemoteCommand(String name, String[] args)
at Inedo.BuildMaster.Extensibility.Actions.Reporting.CompareDirectoriesReportingAction.Execute()
at Inedo.BuildMaster.Extensibility.Actions.ActionBase.ExecuteInternal(IActionExecutionContext context, ExtensionConfigurerBase extensionConfigurer, Boolean resumeNextOnError, Boolean logErrorsAsWarnings)Product: BuildMaster
Version: 4.8.6
-
Here are the actions that aren't supported via SSH agent currently:
- Unit Test Actions
- HTTP
- Reporting Actions
- Generate Release Notes Action (unless running on BuildMaster server)
- Execute Database Change Scripts Action
- Rename Files Action (shell script is recommended for this)
- Set File Attributes Action (shell script is recommended for this)