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!

  • Microsoft Fakes & Coded UI Tests

    4
    0 Votes
    4 Posts
    4 Views
    ?
    This should work with out issue, too
  • Log window colours

    4
    0 Votes
    4 Posts
    1 Views
    ?
    I don't expect the flip contrast option to be added back. Can you just paste as plain text into Word or use a custom style?
  • 0 Votes
    2 Posts
    155 Views
    ?
    Are you using the embedded/built-in SVN client, or are you pointing at your own svn.exe, and if so, what version is it? That behavior seems odd since BuildMaster explicitly instructs the command line client to ignore these types of errors: https://github.com/Inedo/bmx-subversion/blob/master/Subversion15Provider.cs#L318 As a workaround, I suppose you could run the command line under the same account that BuildMaster runs as and accept the certificate manually as you have likely done with your own account. If you need to accept the certificate as LOCAL SYSTEM, you can follow the steps here under Using LOCALSYSTEM Windows Service to accept it as LOCAL SYSTEM. It's also worth noting that for the non-interactive/trust-server-cert flags to be acknowledged, the hostname of the SSL certificate installed on the server must be the same as the one in the repo URL. Is it possible that your SVN server cert is assigned to an IP address instead of the hostname, or vice-versa perhaps?
  • Bug Reports

    2
    0 Votes
    2 Posts
    2 Views
    ?
    Hi, this is a bug in the installer; can you set the AppPool to "Classic". There is in issue in some instances with Integrated pipeline, that will cause this.
  • Pull to proget, with dependecies, fails

    5
    0 Votes
    5 Posts
    15 Views
    T
    Hi Alex My simple response would be. Follow all dependecies. ProGet should get all possible version variations of the dependecies. /Thomas
  • Buildmaster user privileges

    3
    0 Votes
    3 Posts
    2 Views
    ?
    Thanks, we did not have the user set as "Full". This has solved the problem for us.
  • Ssh agent leave ssh connection on remote unix server

    2
    0 Votes
    2 Posts
    6 Views
    ?
    Thank you for reporting this. We've investigated the problem and the issue will be resolved in BuildMaster 4.0.7, which should be released very soon.
  • Work flow execution in Buildmaster takes lot of time

    deployment error buildmaster
    3
    0 Votes
    3 Posts
    5 Views
    ?
    Hey Tod, Its when we execute the workflow, it hungs after the execution is started. the very first step after it starts, still I kept the work flow going on.. and it took 208mins to execute all the steps which generally shall take not more than 2mins... A simple app pool recycle on the target system takes more than 30mins. I verified the communication with the target system and the agent .. they are working fine... the ports and communication between both the servers is good did the telnet and its responding... I can transfer the data between both the servers using normal copy within seconds... so no network issues. I can see the agents as ready for the target system.
  • Does BuildMaster support parallel operations?

    buildmaster deployment-plans
    4
    0 Votes
    4 Posts
    25 Views
    ?
    Hi Bryant, This is not supported as of yet, though we do hope to address it in BuildMaster 4.1. It is possible to write your own custom actions... and now that BuildMaster is on .NET 4.0 it wouldn't be so difficult to... query the database for the members of a server group do a Parallel.ForEach on the results, and perform the file transfer in that manner
  • Turning off update check for ProGet?

    proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    Just go to Advanced Settings under Admin, change the UpdateCheck_Next value to an empty string, and click Save Changes. That should disable automatic update checking.
  • Upgrade Issue

    2
    0 Votes
    2 Posts
    3 Views
    ?
    We've seen this error pop-up a few times, mostly if the ReleaseNumberScheme was altered on the table directly. This script will get fixed in a future release... but in the mean time... One fix is to purge the offending application or releases causing the problem. To purge releases, you need to use the method Releases_PurgeReleaseData. Of course, that may not be possible, so you can bypass this update script with this: DELETE [__BuildMaster_DbSchemaChanges] WHERE [Script_Id] = 612 INSERT INTO [__BuildMaster_DbSchemaChanges] SELECT '406239826673664', 612, 1, '10-RELNO. UPDATE Sortable Release Numbers v2', GETDATE(), 'N' UNION ALL SELECT '406239826673664', 612, 2, '10-RELNO. UPDATE Sortable Release Numbers v2', GETDATE(), 'N' UNION ALL SELECT '406239826673664', 612, 3, '10-RELNO. UPDATE Sortable Release Numbers v2', GETDATE(), 'N' hope that helps
  • 0 Votes
    5 Posts
    53 Views
    ?
    It should work exactly as if you were running the command yourself as the user configured in the SSH agent in the working directory supplied in the Execute Command Line Action. What BuildMaster version are you running? We have just released 4.0.6 as a beta, but it's very close to becoming our official 4.0 release if you're interested in upgrading to it. Could you try to fully qualify the path to "asadmin" in the build script?
  • Error while executing NUnit tests

    2
    0 Votes
    2 Posts
    4 Views
    ?
    Thank you for the report - we have just released a new version of the extension that should resolve this issue.
  • 0 Votes
    4 Posts
    2 Views
    ?
    Looks like it is fixed in version 4.05 (build 3)
  • 0 Votes
    2 Posts
    9 Views
    ?
    Thanks for the report; I've logged this as PG-149 and we can fix in a future maintenance release.
  • An unexpected error has occurred

    error proget
    5
    0 Votes
    5 Posts
    2 Views
    ?
    Great, thanks for your help !
  • Enterprise Licensing

    buildmaster licensing
    2
    0 Votes
    2 Posts
    7 Views
    ?
    BuildMaster Enterprise is licensing on annual or perpetual/lifetime basis. If you purchase an annual license, then you'll receive a key that will active the software for a year, and we will provide maintenance/support during that period. To continue after the first year, you'd have to purchase another license. If you purchase a perpetual license, then you'll receive a non-expiring key and a year of maintenance/support. You can renew support/maintenance after that, but the software will work regardless. Hope that helps.
  • Execute Shell Scripts on Build Master 4.0.5

    2
    0 Votes
    2 Posts
    4 Views
    ?
    Hi, thanks for reporting this. It looks like a regression was introduced in the 4.0 line which prevents remote process execution over SSH from working properly. This will be fixed in the next maintenance release.
  • PROGET - Incorrect package version.

    2
    0 Votes
    2 Posts
    3 Views
    ?
    Hi Ivan, Good question... I haven't been able to reproduce this. What version is B referencing? Do you think it's a symbol cache problem? Alex
  • Proget authentication issues

    4
    0 Votes
    4 Posts
    10 Views
    ?
    You mentioned, "alpha vsix" ... are you using ProGet Client Tools? Do you get this same behavior with NuGet?
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation