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

    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!

    E Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 6
    • Groups 0

    evs21_7577

    @evs21_7577

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

    evs21_7577 Unfollow Follow

    Latest posts made by evs21_7577

    • BuildMaster upgrade 6.0.11 -> 6.0.12

      Hi,

      I've tried to upgrade BuildMaster from 6.0.11 to 6.0.12.
      It looks like 6.0.12 distribution does not see the previous version and upgrade function does not work, it tries to make new clear installation instead of upgrade.

      Product: BuildMaster
      Version: 6.0.12

      posted in Support buildmaster
      E
      evs21_7577
    • RE: Delete-Files does not work

      Thank you for quick answer, but workaround does not work...
      Parser does not understand that:

      There were one or more errors processing your script:
      [Error] Line 27: Unknown operation "InedoCore::Delete-Files".
      
      posted in Support
      E
      evs21_7577
    • Delete-Files does not work

      Hi,

      After last updates Delete-Files stopped to work properly...
      Any directory could be specified, but it looks like it waits for ServerPath on FTP server(!??).

          Unhandled exception: System.InvalidOperationException: FTP server not specified.
         at Inedo.Extensions.FTP.Operations.FtpOperationBase.CreateRequest(String path) in C:\projects\inedox-ftp\FTP\InedoExtension\Operations\FtpOperationBase.cs:line 109
         at Inedo.Extensions.FTP.Operations.FtpDeleteOperation.<ExecuteAsync>d__7.MoveNext() in C:\projects\inedox-ftp\FTP\InedoExtension\Operations\FtpDeleteOperation.cs:line 34
      --- 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.DeploymentPlanExecuter.<Inedo-ExecutionEngine-Executer-IExecutionHostEnvironment-ExecuteActionAsync>d__25.MoveNext()
      

      Could you clarify?

      Product: BuildMaster
      Version: 6.0.11

      posted in Support buildmaster
      E
      evs21_7577
    • SCM trigger and automatic package promotion

      Hello,

      I'm trying to setup SCM trigger...
      The dialog has the following hint at the top:
      "An SCM trigger will create a release package and promote it to the first pipeline stage automatically when the selected source control provider detects a commit."

      it seems that it doesn't work as noted in that hint.
      I've created legacy source control provider, application, pipeline and plans, created SCM trigger which monitors TFS source path. Everything works well, trigger sees the changes, creates new release, but it doesn't create package and doesn't promote it to the first stage of pipeline....

      Could you clarify?

      Product: BuildMaster
      Version: 6.0.10

      posted in Support buildmaster
      E
      evs21_7577
    • Invoke-Expression from global PowerShell script

      Hi,

      I'm trying to call stored on the server powershell script from buildmaster's global powershell script using Invoke-Expression, but getting error:

      The term 'C:\Path\To\PowerShell\script.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

      I've also tried another ways to run it, such as:
      Invoke-Expression C:\Path\To\PowerShell\script.ps1
      . C:\Path\To\PowerShell\script.ps1
      & C:\Path\To\PowerShell\script.ps1
      C:\Path\To\PowerShell\script.ps1

      Each of them cause the same error.

      Could you clarify how can I call stored on disk external ps1 script from BuildMaster's powershell script?

      Product: BuildMaster
      Version: 6.0.4

      posted in Support powershell buildmaster
      E
      evs21_7577
    • Plan template output arguments

      Hello,

      Could you clarify how can I set an output arguments for templated plans?
      I've tried to do so using "Visual Mode" -> "Template Properties", but unfortunately after dialog closing all arguments, incoming and outgoing, become incoming.
      I've also tried to find syntax in otter documentation, but found how to define incoming arguments only.

      Product: BuildMaster
      Version: 5.6.11

      posted in Support templates deployment-plans buildmaster
      E
      evs21_7577