Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. simon.mercenier_5879

    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!

    S Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 0

    simon.mercenier_5879

    @simon.mercenier_5879

    0
    Reputation
    5
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    simon.mercenier_5879 Unfollow Follow

    Latest posts made by simon.mercenier_5879

    • RE: Capture-HtmlDirectoryReport error

      This is my buildmaster plan:

      ##AH:UseTextMode

      Capture-HtmlDirectoryReport
      (
      FromDirectory: /tmp/buildmaster/html-report,
      Index: index.html,
      Name: GaugeReport
      );

      And this all the log output:

      INFO: Capturing "GaugeReport" report into current build...
      DEBUG: Using SshAgent agent on server-A
      DEBUG: Attaching report from files in directory: /tmp/buildmaster/html-report
      ERROR: Unhandled exception: System.NotSupportedException: The SshAgent agent does not support the IRemoteMethodExecuter interface.
      at Inedo.Extensibility.Agents.Agent.GetServiceTService
      at Inedo.BuildMaster.Extensibility.Operations.Reporting.ReportFromDirectoryOperation.<GetReportBase64Async>d__13.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at Inedo.BuildMaster.Extensibility.Operations.Reporting.ReportFromDirectoryOperation.<ExecuteAsync>d__12.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at Inedo.BuildMaster.Windows.ServiceApplication.Executions.PlanExecuter.BuildMasterExecuter.<ExecuteActionAsync>d__44.MoveNext()
      DEBUG: Cleaning up...
      DEBUG: Deleting /tmp/buildmaster/_E2077 on server-A...
      DEBUG: /tmp/buildmaster/_E2077 on server-A deleted.
      DEBUG: Cleanup complete.

      posted in Support
      S
      simon.mercenier_5879
    • Capture-HtmlDirectoryReport error

      Hello,

      In the end of a deployment, I need to retrieve an html-report generated by gauge. In this report I have an index.html which uses files in different folder like css, fonts, images, js and spec (everything is in the folder html-report).

      I tried the module called "Capture Report from file" just to see the result and it works. But like I said before, I need to retrieve my whole folder and when I try to capture all HTML files from a directory, I have an error. Can you help me ?

      Unhandled exception: System.NotSupportedException: The SshAgent agent does not support the IRemoteMethodExecuter interface.
      at Inedo.Extensibility.Agents.Agent.GetServiceTService
      at Inedo.BuildMaster.Extensibility.Operations.Reporting.ReportFromDirectoryOperation.<GetReportBase64Async>d__13.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at Inedo.BuildMaster.Extensibility.Operations.Reporting.ReportFromDirectoryOperation.<ExecuteAsync>d__12.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at Inedo.BuildMaster.Windows.ServiceApplication.Executions.PlanExecuter.BuildMasterExecuter.<ExecuteActionAsync>d__44.MoveNext()

      Product: BuildMaster
      Version: 6.1.6

      posted in Support agents buildmaster
      S
      simon.mercenier_5879
    • Execute Shell Script on linux ignores return code

      Hi, I’m not able to intercept the error code form the command: SHCall (same issue that the one raised in 2018).
      Do you have any suggestions on what I am doing wrong ?. Thanks.

      Product: BuildMaster
      Version: 6.1.1

      Product: BuildMaster
      Version: 6.1.1

      posted in Support buildmaster
      S
      simon.mercenier_5879