Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. evs21_7577
    3. Topics
    E
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by evs21_7577

    • E

      BuildMaster upgrade 6.0.11 -> 6.0.12
      Support • buildmaster • • evs21_7577  

      6
      0
      Votes
      6
      Posts
      5
      Views

      ?

      Glad to see it's working; but just as an FYI, the installer does not have any code that can delete the database. That's only in the uninstaller program, and that needs to be manually run with double-confirmation (in the UI).
    • E

      Delete-Files does not work
      Support • buildmaster • • evs21_7577  

      4
      0
      Votes
      4
      Posts
      10
      Views

      ?

      I've deleted FTP extension and restarted both BM services. After restart it works properly. Thank you.
    • E

      SCM trigger and automatic package promotion
      Support • buildmaster • • evs21_7577  

      2
      0
      Votes
      2
      Posts
      6
      Views

      jrasch

      There must be some confusion here (and that is understandable since it's a legacy feature that I am in the process of reworking to support the "provider-less" model). An SCM Trigger cannot create a release, only a release package. If there are no releases (or the specific selected release doesn't exist) nothing will happen. Can you share the example pipeline, and the plan associated with its first stage's target?
    • E

      Invoke-Expression from global PowerShell script
      Support • buildmaster powershell • • evs21_7577  

      2
      0
      Votes
      2
      Posts
      132
      Views

      G

      Are you sure you're using the right server context when calling the BuildMaster Powershell Asset? If you print out the server name in your asset using $env:computername do you get back the expected server? If I create a simple plan ##AH:UseTextMode for server $MyServer { PSCall GLOBAL::Test_Powershell_Asset; } Where my powershell asset is defined as this one-liner Invoke-Expression C:\Path\To\PowerShell\script.ps1 Then I am able to run this script, no problem.
    • E

      Plan template output arguments
      Support • buildmaster deployment-plans templates • • evs21_7577  

      2
      0
      Votes
      2
      Posts
      14
      Views

      ben

      Your template can look like this: template MakePair<$First, $Second, out @Pair> { set @Pair = @($First, $Second); } And the plan that uses the template can look like this: set @Fruits = @(); call MakePair { First: Apple, Second: Orange, Pair => @Fruits }
    • 1 / 1