Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. builds
    Log in to post

    • D

      Halting a pipeline stage without using fail
      Support • buildmaster builds • • dwynn_6489  

      5
      0
      Votes
      5
      Posts
      43
      Views

      D

      Warn will still automatically advance. I was able to utilize the Set-ReleaseVariable as you suggested. Thanks!
    • ?

      Get the current application's group name
      Support • buildmaster builds applications • • Tim Lambe  

      2
      0
      Votes
      2
      Posts
      11
      Views

      jrasch

      It does not exist yet, I've filed BM-3326 to add it in v6.1.2
    • N

      Promote Build Using API
      Support • buildmaster api builds promotions • • nsitnikov_5096  

      2
      0
      Votes
      2
      Posts
      19
      Views

      jrasch

      Here is a working PowerShell example (v6.1+): Invoke-RestMethod -Method POST -Uri "http://{bmserver:port}/api/releases/builds/deploy?applicationName=ApiTest&releaseNumber=1.2.3&buildNumber=1&key=<api-key>" For pre-v6.1 versions, the equivalent is: Invoke-RestMethod -Method POST -Uri "http://{bmserver:port}/api/releases/packages/deploy?applicationName=ApiTest&releaseNumber=1.2.3&packageNumber=1&key=<api-key>" I have also put in a doc change request to clarify the endpoint names. Additional note: -UseDefaultCredentials would be required if Integrated Authentication were enabled.
    • ?

      Get Source on remote agent
      Support • buildmaster agents builds • • Tim Lambe  

      6
      0
      Votes
      6
      Posts
      10
      Views

      ?

      Hi Tod, Thank you! I'm never sure if I'm being helpful or just getting in the way. Just can't sit still long enough :).
    • D

      How to trigger builds via SQL in 5.3?
      Support • buildmaster builds sql • • dwynn_6489  

      3
      0
      Votes
      3
      Posts
      16
      Views

      D

      Thanks for the quick response. Yes, sooner would be great. I will start using the new feature as soon as you can release it, with or without documentation.
    • ?

      Viable solution for multiple release Application
      Support • buildmaster tfs triggered-builds source-control builds change-controls label • • Tim Lambe  

      5
      0
      Votes
      5
      Posts
      11
      Views

      ?

      Well be releasing BuildMaster 5.1 in just a bit (later today), which will have these operations.
    • ?

      Can agents compile source codes?
      Support • buildmaster builds • • Tim Lambe  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      You can perform any action on the BuildMaster (local) server, or on a remote (agent) server. It's quite common to use a dedicated build server (via an agent) to compile source, etc).
    • ?

      Builds being rejected for no reason?
      Support • buildmaster releases builds • • Tim Lambe  

      4
      0
      Votes
      4
      Posts
      4
      Views

      ?

      Executed with output of: (1 row(s) affected) (1 row(s) affected) Will let you know if I see any more problems like this, Thanks for the incredibly fast turn around time!
    • ?

      Workflow Build Step Importer
      Support • buildmaster builds workflows • • Tim Lambe  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      For the time being, you've done it correctly! We may modify the build importer to support importing multiple at some point though since this is a fairly typical use case.
    • ?

      Automated Builds do not run unless a user is logged in
      Support • buildmaster builds build-schedules • • Tim Lambe  

      3
      0
      Votes
      3
      Posts
      4
      Views

      ?

      Turns out that a default Win7 install (chosen to keep parity with our dev environment) has power saving enabled. Disabling sleep seems to have solved the problem. I am not a smart man...
    • ?

      Would like builds to start at 1.0
      Support • buildmaster builds • • Tim Lambe  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      The 0.0 release is merely a setup release, the number for that cannot be set. However, you can cancel that release and simply create a new one and enter in 1.0 for its release number.
    • ?

      BuildMaster: Errors on Build for .NET Web App
      Support • buildmaster net visual-studio builds msbuild • • Tim Lambe  

      3
      0
      Votes
      3
      Posts
      12
      Views

      ?

      When iam using USB to unlock build master showing error server is not started How can I solve this problem
    • ?

      Missing files on deploy when using NuGet packages
      Support • buildmaster nuget builds • • Tim Lambe  

      5
      0
      Votes
      5
      Posts
      189
      Views

      ?

      Can you try to use the "Build .NET Project" without checking "this is a web application"? Then, capture the artifact from _PublishedWebsites\project.name instead? This is how we solve this problem when we build proget (see http://inedo.com/specifics/proget), and we'll soon be adding another option for this action.
    • ?

      InvalidCastException on Promotion_Load
      Support • buildmaster error builds promotions • • Tim Lambe  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      Nevermind, the Build was already rejected.
    • ?

      DeletING Builds
      Support • buildmaster releases builds • • Tim Lambe  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      Once created, a Build Release may not be deleted from the UI; this is an important part of the auditing/workflow pieces. There are three options: Clone application - http://inedo.com/support/tutorials/cloning-an-application-with-the-sql-api - this is least risk, but will not copy histories Undocumented Releases_PurgeRelease method; this is generally used for accidently created releases, and will cascade to all builds/promotions/executions/database changes/etc Delete from database tables directly more risky The first is preferred.
    • ?

      Very slow when creating an artifact
      Support • buildmaster builds artifacts • • Tim Lambe  

      3
      0
      Votes
      3
      Posts
      17
      Views

      ?

      I could certainly try this if you can tell me how. Also would it be easy for me to unistall and go back to the previous functionality, if required? Please let me know what i need to do to test this.
    • ?

      Any way to build a .NET solution just as how it builds in Visual Studio ?
      Support • buildmaster net builds • • Tim Lambe  

      7
      0
      Votes
      7
      Posts
      177
      Views

      ?

      Yes,I would think the same. Thanks for clarifying. Please plan to release this fix at the earliest possible and would be glad if you can keep us informed on the same. For now, building .NET projects is really turning out to be a painful task just because of this one issue. Fortunately, there are some tedious workarounds.
    • ?

      .NET : Unable to build 'X86' and 'Any CPU' projects together
      Support • buildmaster net builds • • Tim Lambe  

      2
      0
      Votes
      2
      Posts
      61
      Views

      ?

      I think the problem may have to do with your project/solution configuration (i.e. .sln and .vbproj/.csproj files). In the action's execution log, you can see the exact command run by the Action. I would suggest to run that command at your desktop, and then try to see what specific project is missing the output path... and then tweak the project files.
    • ?

      Triggering multiple
      Support • buildmaster builds promotions • • Tim Lambe  

      5
      0
      Votes
      5
      Posts
      6
      Views

      ?

      Thanks look forward to it
    • ?

      Simultaneous Builds for Application
      Support • buildmaster builds workflows • • Tim Lambe  

      8
      0
      Votes
      8
      Posts
      22
      Views

      ?

      My fault, I had forgotten about the shared TMP directory and was focused on the WRK and SRC ones. It appears then that building the same app but different workflows at the same time is not currently supported, but there are workarounds. As an example, you could use a different environment (e.g. Integration2) for the patch workflow, then link/share all the action groups from Integration. If you were to then install a BuildMaster agent on the BuildMaster server (and add it via the Servers page), that agent would have its own set of temporary directories. All you'd have to do is update the "default server" setting for each action group in Integration2 to point to the agent server.
    • 1
    • 2
    • 1 / 2