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!

  • NUnit extension Double Parse exception

    nunit buildmaster
    4
    0 Votes
    4 Posts
    11 Views
    ?
    Thanks for the bug report. We've just published v4.3 of the NUnit extension which should resolve this issue.
  • 0 Votes
    2 Posts
    5 Views
    ?
    You might be able to get away with this with some git trickery, i.e. you can have a script at the beginning of the deployment plan that lists the remote branches and gets the latest commit time for each one, and writes the branch name out to a file (or something like that). Then you can use the "Set Variable Value from File" action to save that value into a BuildMaster variable, and reference that in the "Get Latest" action. Hope this helps :)
  • Hosting Mirror behind a proxy

    proget
    4
    0 Votes
    4 Posts
    2 Views
    ?
    Tod. Looks like whatever you discovered was right. Added an exclusion of example.org, and I can now query and cache through a ProGet feed
  • Free version limitations

    licensing documentation buildmaster
    2
    0 Votes
    2 Posts
    15 Views
    ?
    As of BuildMaster 4.9, many of the restrictions in the express edition have been removed. #####Features Available Only in Enterprise Edition (4.9 and later): Enterprise Support Active Directory / LDAP Integration #####Limitations of Free Edition (4.9 and later): 5 Users 10 Applications 5 Servers The following information is outdated, but remains for users of older versions. #####Features Available Only in Enterprise Edition (4.8 and earlier): Enterprise Support Active Directory / LDAP Integration Automated Promotion Requirements Change Controls Configuration File Templates Database Change Script Deployer Deployable Dependencies Group-based Approvals Multiple Active Builds Scoped Privileges Server Groups/Pools #####Limitations of Free Edition (4.8 and earlier): 5 Users 10 Applications 1 Automatic Build / application 1 Configuration Files / deployable 1 Database Connection / environment & application 3 Deployables / application 1 Workflow / application 3 Environments 1 Imported Deployable / application 2 Issue Trackers 5 Servers 3 Source Control Providers
  • Restart BuildMaster service from UI?

    service buildmaster
    7
    0 Votes
    7 Posts
    28 Views
    ?
    I tried that. Actually, the stop/start link started showing after I restarted the app pool and website. Please, keep me in touch for a solution. Thanks
  • Deployment Plan Audit Information

    buildmaster audit
    4
    0 Votes
    4 Posts
    3 Views
    ?
    It goes back to Day 1 of your install; you can query the table directly (it's [EventOccurences]) if you need to do some complex searching.
  • NuGet Connector error

    proget connectors
    4
    0 Votes
    4 Posts
    12 Views
    ?
    There is a bug in 3.7.x that will be fixed in 3.7.4 On the proxy configuration page, can you enter a dummy value into "Exclude URLs" section, e.g. "example.org"?
  • Unable to connect to the remote connector

    proxy proget
    8
    0 Votes
    8 Posts
    60 Views
    ?
    No problem! Now for a barrage of questions... Where is the 503 response coming from, ProGet or the proxy server? Is there an error message in addition to the status code? What do you mean by "use the ProGet feed", does that mean browsing the ProGet web application (i.e. feed overview page), or accessing packages via nuget.exe/Visual Studio? And does it work as expected if you access ProGet over HTTPS?
  • 0 Votes
    2 Posts
    6 Views
    ?
    This can be done as a Promotion Requirement by implementing the PromotionRequirementBase; this class basically just returns a PromotionRequirementStatus that includes a text description and a PromotionRequirementState indicating if the build is eligible for promotion. If you'd like to see how any of the built-in promotion requirements are implemented, feel free to use Reflector or another disassembly tool, or just ask us for the source code for those items.
  • Automatic Builds and TFS Build Number

    buildmaster
    2
    0 Votes
    2 Posts
    4 Views
    ?
    You can with URL-triggered builds, simply supply the query string argument buildNumber when triggering the URL, and that number will be used instead. For hourly/daily builds or SCM-triggered builds, the only way we could accomplish something similar to this is by modifying the extension to set a build variable.
  • Proget Index Symbols

    proget net symbols
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Do you mean that some symbols are being indexed while others are not?
  • Express edition is diabled

    buildmaster
    2
    0 Votes
    2 Posts
    15 Views
    ?
    My bad, MyInedo acc gives that.
  • 0 Votes
    4 Posts
    5 Views
    ?
    I see. Thanks for the feedback - I didn't think about retention but that is a very good point. Retention itself is also a relatively new feature for ProGet, and we are still evaluating whether it ought to be included in the free edition in some form. Regarding feed-specific override paths, we probably will add this in a future release, but I can't give you a specific version as yet.
  • 0 Votes
    2 Posts
    74 Views
    ?
    Hi Wajeeh, It looks like there is definitely something wrong with your database; probably, the stored procedures are being created under different schema (i.e. not dbo). If this is the case, You can rectify this by dropping the database, and then running the bmdbupdate.exe tool from the manual install packages... but it's probably easier to uninstall, drop the BuildMaster database, and then reinstall.
  • 0 Votes
    3 Posts
    16 Views
    Y
    I've read that NuGet's architecture is being redesigned for version 3.0, which should also improve the performance. http://blog.nuget.org/20150608/nuget-server-status.html http://blog.nuget.org/20150601/nuget-3.0-rc2.html
  • Source control

    source-control buildmaster tfs
    2
    0 Votes
    2 Posts
    10 Views
    ?
    Please see the TFS extension for information on how to do this.
  • 0 Votes
    3 Posts
    12 Views
    ?
    Thanks for your prompt reply. The patch script you linked certainly fixed Issue#4 for us. I think we should be fine to push forward with 4.7.3 as it looks like all the issues have now been resolved. Thanks for linking through that knowledge base article. I'll be sure to have a look through the knowledge base articles before any future upgrades.
  • Not all functions working in certain situations

    buildmaster variables artifacts
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Hi Simon, The variable matching isn't taking place because you're using the simple syntax (see "notation" under Variables Documentation). Specifically, BuildMaster is looking for a varaible named "DeployableName_", which doesn't exist, and thus it is replaced as a literal. So, either change to "$DeployableName-$BuildNumber" or "${DeployableName}_${BuildNumber}". Alana
  • 0 Votes
    2 Posts
    19 Views
    ?
    The INEDOPROGETSVC service is used by ProGet to perform background tasks (indexing, cleanup, etc) and is required to run ProGet. The only options (right now anyway) to install the ProGet web application are: IIS-hosted Integrated web server (this is essentially a 2nd Windows service) Linux via Docker (currently v4.0 in beta)
  • Problems using TeamCity's public NuGet feed with ProGet?

    proget teamcity
    3
    0 Votes
    3 Posts
    13 Views
    ?
    This problem is a pretty big deal - it means that existing TeamCity build artifacts can't be "pulled" into ProGet. The only way to make it work is for new build output, pushing nuget output to ProGet. That's suboptimal.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation