Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Wildcard branches in Git
      Support • buildmaster triggered-builds git • • Glenn Arndt  

      3
      0
      Votes
      3
      Posts
      12
      Views

      ?

      Hi Alana, Sorry to say that the solution you propose is crap. If teamcity can monitor on wildcards, example +:refs/heads/release/* I'm sure BM can somewhat do it also. I raised a ticket for the purpose. EDO-3200. Thanks Regards
    • ?

      Test Database Connection
      Support • buildmaster databases • • Glenn Arndt  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      There isn't, although we do have an open item -- BM-3042 -- for it.
    • ?

      Global Plan Template Usage
      Support • buildmaster templates • • Glenn Arndt  

      2
      0
      Votes
      2
      Posts
      13
      Views

      ben

      Hello Jamie, There's not a way to do this through the BuildMaster interface, but if you have access to the SQL database, you can run this: SELECT P.[Plan_Name], A.[Application_Name] FROM [Plans] P LEFT JOIN [Applications] A ON P.[Application_Id] = A.[Application_Id] WHERE CONVERT(VARCHAR(MAX), P.[Plan_Bytes]) LIKE '%call MyPlanTemplateName%' There's a possibility of false positives because the SQL query doesn't actually parse the plans, but it should be able to give you a rough idea of where a template has been used.
    • ?

      Publishing event details on a pipeline stage's post-deployment event
      Support • buildmaster notifiers • • Glenn Arndt  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ben

      Hello Glenn, The payload will contain: Event_Code (BLDCPP) Event_Description (Build Promotion Completed) Release_Number Build_Number PipelineStage_Name For other types of event listeners, Event_Code and Event_Description are always included and the rest of the fields are from Event Details in the event log for that event type.
    • ?

      Updating YouTrack issues associated with release
      Support • buildmaster issue-tracking youtrack • • Glenn Arndt  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ben

      Hello Glenn, The next version of the YouTrack extension will include a Find-Issues operation, so you'll be able to do: YouTrack::Find-Issues ( Credentials: MyYouTrackCredentials, Project: IT, Filter: "version: $ReleaseNumber -resolved", Output => @IssueIDs ); foreach $id in @IssueIDs { YouTrack::Add-Comment ( Credentials: MyYouTrackCredentials, IssueId: $id, Comment: Testing BuildMaster/YouTrack integration. $ApplicationName $ReleaseNumber.$PackageNumber -> $EnvironmentName ); }
    • J

      DeployableName variable not being set
      Support • buildmaster • • jstarbird_7831  

      4
      0
      Votes
      4
      Posts
      2
      Views

      ben

      Ah, I think the confusion here is because of the different meanings of the word "set". If you don't select the deployables in the release template, it will have the default deployables available in executions. That is, if you do for deployable Foo and Foo is a deployable in the application, it will execute the code inside the block. However, you can select specific deployables for a release and the for deployable Foo block will only be run if Foo is selected.
    • N

      Missing dll when trying to apply label in TFS
      Support • buildmaster error tfs • • nsitnikov_5096  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      This error appears to be related an extension missing. I would stop/start the agent, which should cause the extension to reload
    • ?

      Global release template
      Support • buildmaster releases templates • • Glenn Arndt  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      I like the idea, but of course there's definitely some questions and things we'd need to think about before we can spec out the feature. Just some initial thoughts... Should this really apply to all applications, seems only a few might want to share one Pipelines and deployables are not global (well, you can have a global pipeline); what to do about that? Should UI restrict from choosing? Who can edit these? Admins only? How else will they behave differently? And then of course, there's the question of how this will tie into the (unspecc'd) "Projects" concept (cross-application releases)
    • ?

      Display plan name in list of deployments?
      Support • buildmaster deployment-plans user-interface • • Glenn Arndt  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      I certainly see the issue. Where this starts to get tricky from a UX perspective is that some folks have long stage, server, and plan names. So, we need a way to better represent this data in a compact view.
    • N

      Build Environment issue after upgrade
      Support • buildmaster environments • • nsitnikov_5096  

      3
      0
      Votes
      3
      Posts
      13
      Views

      N

      Thanks for response. I created a new API Key. My environment IDs are as follows: Development = 1, Testing = 2, Production = 3, Build = 5 If I run the API call you provided above for Build environment, doesn't it mean I will need to resequence the rest of the environments too?
    • ?

      Cannot start web service or buildmaster service after updating "all settings"
      Support • buildmaster • • Glenn Arndt  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      When a Windows Service doesn't start, the reason will be logged in the Windows Event Log. Usually, it's related to an inability to connect to the database. Note that, you can also run the BUildMaster Service interactively to diagnose as well.
    • ?

      Unable to upgrade to buildmaster 5.6.11 from version 4.9.7.5
      Support • buildmaster • • Glenn Arndt  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      This error means that the user running the installer doesn't have access to the database in the connection string in the config file on disk. You'll need dbo access to the database in order to perform the upgrade.
    • J

      Any word on adding Proget Promotion functionality to BuildMaster
      Support • buildmaster • • jstarbird_7831  

      12
      0
      Votes
      12
      Posts
      9
      Views

      ?

      I found the issue. User error on my part. This is a small plan that handles this and I had a Legacy plan doing something similar but not using the Promote API. The pipeline was still pointing to that old plan and I just didn't notice the calls going to Proget. Then I was working on the new plan so as far as I knew it wasn't using the filename but in the old plan it was. Changed to the correct plan and the Promotion worked fine. Sorry for wasting your time on this.
    • ?

      Reset SQL Change Script "Has run" Flag
      Support • buildmaster sql-server • • Glenn Arndt  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      As of v5.6, the "SQL Change Scripts" feature is designed with these principles in mind: Database Changes Done Right. Run once and only once Impossible to be “un-run In order to accomplish this, a metadata table is created in the database (__BuildMasterDbSchemaChanges2) to track which change scripts have already been run. Before running a script, this table is queried. Regarding "resetting" the idea that a script is run, the best bet is to delete and re-add it from BuildMaster. You can also restore that particular database.
    • ?

      Buildmaster Apply Label - Date argument
      Support • buildmaster • • Glenn Arndt  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      The Operation does nto currently support this; ApplyLabelOperation.cs is the source code, so perhaps it wouldn't be too hard to customize?
    • ?

      Configuration Files not parsing variables after upgrade to v5
      Support • buildmaster configuration-files • • Glenn Arndt  

      4
      0
      Votes
      4
      Posts
      7
      Views

      ?

      OK ; in this case, can you provide a simple reproduction case that we can try? Like, a new application that reproduces this? And please send this as a ticket -- Q&A are generally the lowest priority when it comes to support, so we want to handle it through better channels :) The $ApplicatinName and $ReleaseNumber are standard test cases for us, so they do work in our config file replacement tests (which, are quite complex due to so many legacy cosniderations...)
    • C

      Server reboots mid deployment
      Support • buildmaster servers • • clint.jenkinson_0617  

      4
      0
      Votes
      4
      Posts
      13
      Views

      ?

      There doesn't appear to be; but we have a new issue (BM-3034) for this. If it's easy to do, we'll get it in ASAP!
    • 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 }
    • ?

      Transfer-Files doesn't release file after copying it?
      Support • buildmaster deployment-plans • • Glenn Arndt  

      4
      0
      Votes
      4
      Posts
      13
      Views

      ?

      Thanks, I believe this was caused by the anti-virus program. Once I excluded the folder from the scan, the problem went away.
    • ?

      How do I schedule a release package trigger based on Mercurial check-in?
      Support • buildmaster triggered-builds source-control mercurial • • Glenn Arndt  

      4
      0
      Votes
      4
      Posts
      9
      Views

      ben

      The legacy source provider is available in the same Mercurial extension. As long as the provider has Log command line arguments disabled, the Admin_ConfigureBuildMaster permission is required to see the URL with the password in it. If the username or password has special characters that don't work in URLs, they can be encoded. Common characters that cannot be used in the username/password section of a URL without encoding include: \ (use %5C) / (use %2F) @ (use %40) : (use %3A, but don't encode the colon between the username and the password) % (use %25, but only if the percent sign is part of the username/password and not one of the above replacements)
    • 1
    • 2
    • 12
    • 13
    • 14
    • 15
    • 16
    • 52
    • 53
    • 14 / 53