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!

  • 0 Votes
    2 Posts
    6 Views
    ?
    <strike>Unfortunately no. I'll add this as an item to improve for the next release though.</strike> As of BuildMaster v4.7 this is now supported using the /ServiceName argument. For the complete list of arguments, see: http://inedo.com/support/documentation/buildmaster/installation/silent-agent-installation
  • Create NuGet Package Dependency Management

    buildmaster nuget
    4
    0 Votes
    4 Posts
    15 Views
    ?
    Fixed! This is included in v4.6 of the NuGet extension, which is now available.
  • Installer Issue with 'SQL_Latin1_General_CP1_CI_AS’

    proget
    2
    0 Votes
    2 Posts
    7 Views
    ?
    Another quick way you can close all connections to the database: ALTER DATABASE [DbName] SET OFFLINE WITH ROLLBACK IMMEDIATE ALTER DATABASE [DbName] SET ONLINE
  • 0 Votes
    2 Posts
    1 Views
    ?
    This is the default behavior already. Every artifact in BuildMaster is associated within a context of a build and deployable, so as long as you create the artifact in a specific build, that artifact will be used whenever that build is promoted/executed in every future environment by default. For more info, see the documentation on Builds.
  • 0 Votes
    4 Posts
    14 Views
    ?
    Glad that works. If you only have a few instances of variables like $HOME, you can always just escape the $ - use $$HOME instead and BuildMaster will treat it like the literal $HOME and not try to replace anything.
  • Does BuildMaster support Fan-In project dependancy?

    buildmaster
    3
    0 Votes
    3 Posts
    0 Views
    ?
    Your projects sound like they're all part of an overall business application; i.e. to the business, and how it's consider for requirement changes and the like. In that case, the best way to handle this scenario is through deployables; that's basically what they were built for. This allows for "partial" releases (i.e. having 1, 2, or 3 components) easily, and allows for some more advanced dependencies (such as, say, you wanted to import one of those deployables to another application). However, in Jenkins, these would be represented as three (or more) different jobs. So, what I might try is to use a Build Plan (i.e. not a build importer, just a regular plan you can add actions to)... and then use three different action groups (each associated w/ a different deployable) that contains "Get Jenkins Artifact (to working directory)", "Delete Files (from working directory, with whatever masking you need), then "Create Build Artifact (from working directory)". It's a little inefficient I suppose, because of the zipping/unzipping, but hopefully that is trivial. As for the bug, actually first I heard of it --- mind submitting a ticket so we can get it fixed?
  • HttpException/Request timed out with download

    proget
    4
    0 Votes
    4 Posts
    9 Views
    ?
    It was execution time in web.config. Thanks for help!
  • Clear feed cache (NPM)

    proget
    2
    0 Votes
    2 Posts
    8 Views
    ?
    Thank you for the report, this will be resolved in the next release.
  • Parallel Actions against Server Groups

    servers buildmaster actions
    2
    0 Votes
    2 Posts
    9 Views
    ?
    UPDATE: This is supported with the new execution engine, available in BuildMaster 4.9. As of BuildMaster 4.6, this isn't supported, but definitely something we will support in the future. I can see other cases where this would be useful as well (e.g., copying files or deploying artifacts to multiple target servers).
  • Deploy Build Artifact - Previous Release

    artifacts buildmaster deployment
    2
    0 Votes
    2 Posts
    6 Views
    ?
    This sort of workflow isn't really support; the standard way to do this is to re-execute a previous release's promotion to Production, thereby setting the context for the artifact to that of the previous-deployed build.
  • BuildMaster Extension Entity Framework

    sdk buildmaster
    2
    0 Votes
    2 Posts
    7 Views
    ?
    You should be able to reference your library from your custom extension. You just need to make sure that it and any other dependencies are either included in the .bmx file or are installed to the system GAC. BuildMaster doesn't use EF, so there shouldn't be any version conflicts there.
  • Cross Promotion

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • ProGet Package Retention Policy

    proget cleanup
    3
    0 Votes
    3 Posts
    11 Views
    ?
    Note: we have now scheduled this feature for v3.6
  • 0 Votes
    3 Posts
    11 Views
    ?
    A patch is available below; run the contained SQL scripts against the BuildMaster database in any order to resolve this. Note that this fix only applies to v4.6.3-4, and will be included in v4.6.5: http://44.inedo.com/buildmaster/CloneAppPatch-v4.6.4.zip
  • Proget strips config files from packages

    packages configuration-files nuget proget
    6
    0 Votes
    6 Posts
    24 Views
    ?
    The story continuous :) Because I set TeamCity to create source packages as well (it's a checkbox called: Include sources and symbols) it was overwriting the packages in ProGet (I have all the PDB and sources in my nuspec files as well). This was causing the issue with the config file being gone, because TeamCity strips those files out for the symbols packages. So... I was doing things twice... Must be user error ;)
  • Non-interactive NuGet Restore impossible for ProGet private feeds

    proget
    11
    0 Votes
    11 Posts
    13 Views
    ?
    Which older version of nuget works correctly?
  • Issues with ProGet through VPN

    visual-studio proget net
    2
    0 Votes
    2 Posts
    3 Views
    ?
    VPN will occur at a much lower level than ProGet operations (which is HTTP/IIS), so I suggest you use a tools like Wireshark to dig a little further and see where the problem might be.
  • Using a non-Active Directory LDAP server with proget

    proget ldap
    6
    0 Votes
    6 Posts
    12 Views
    ?
    4.0 is available for download now; we've tested it about as far as we can, the main reason it's still considered "beta" is to see how the Docker/installation process works in the wild. So, please give it a try. Depending on the requirements of non-AD LDAP, if it's easy to do, we can implement it quite soon.
  • NPM feed time out error

    proget
    3
    0 Votes
    3 Posts
    3 Views
    ?
    Hi Dean Restarting the ProGet service solved the problem. Thanks!
  • NuGet connector fails to update NuGet package

    proget connectors nuget
    5
    0 Votes
    5 Posts
    25 Views
    ?
    It seems to be more stable now, or I can at least see the NuGet page on ProGet. Thanks.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation