Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. simon.mercenier_5879
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    simon.mercenier_5879

    @simon.mercenier_5879

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

    simon.mercenier_5879 Follow

    Best posts made by simon.mercenier_5879

    This user hasn't posted anything yet.

    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
      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
      S
      simon.mercenier_5879