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

    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

    Topics

    • E

      BuildMaster upgrade 6.0.11 -> 6.0.12

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster
      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

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster
      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

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster
      2
      0 Votes
      2 Posts
      6 Views
      jraschJ
      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

      Watching Ignoring Scheduled Pinned Locked Moved Support powershell buildmaster
      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

      Watching Ignoring Scheduled Pinned Locked Moved Support templates deployment-plans buildmaster
      2
      0 Votes
      2 Posts
      14 Views
      benB
      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