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!

  • Asset directory in Azure Blog storage get error

    azure proget buildmaster
    4
    0 Votes
    4 Posts
    8 Views
    ?
    The situation with Azure is a bit confusing; I will put a note in to the docs team that it should support asset storage, but it can not support large/chunked uploads because of the limitations of the blob storage API that Alana mentioned.
  • How to re-deploy using the API endpoint?

    api buildmaster
    4
    0 Votes
    4 Posts
    6 Views
    ?
    It's just an unfortunate mix of terminology in "promotion" vs "deployment" vs "execution". A "promotion" is simply allowing a package to be deployed to the stage and should only happen once per release. A "deployment" can happen anywhere but may be restricted by pipeline settings depending on if the package was previously promoted, and an "execution" is essentially the worker that performs the deployment (and there could be many per deployment). The fix will make it perform a deployment instead of a promotion then a deployment, so it will work as you're expecting.
  • Cannot download otter

    otter
    2
    0 Votes
    2 Posts
    2 Views
    ?
    As long as the digital certificate is signed by Inedo, it's just a false positive. Please see: https://inedo.com/support/kb/1113/anti-malware-false-positives-code-signing-and-safety-of-inedo-products
  • Pipeline fork - multiple customers

    buildmaster releases
    3
    0 Votes
    3 Posts
    5 Views
    ?
    Thanks Jon! This is not an uncommon pattern, it's something I call the "quasi-custom software" problem. I.e. you have a "small" number of customers (dozens not thousands), and each customer gets (1) small customizations to a common platform, and/or (2) customer-driven testing and rollout scheduling. In BuildMaster, I have seem both patterns; the "customer per app" seems to work the best when you need individual workflows and customizations, and then you can just deploy artifacts from the "core" app. Having seen this problem for many years, I have yet to see any tool that will "properly" model the situation; Octopus does have an interesting "multi-tenant" feature, but it's not so well suited for individual maintenance workflows. In my mind, this is a key benefit to the "quasi-custom software" model that companies like yours provide. That said, I think we will have definitely have better handling for this in our next generation of tooling (i.e. Hedgehog). Projects will lend better to sharing than applications, and one of our usecase for nested projects will be grouping customers in this manner Universal/romp packages will be able to be bundled, allowing for an easy conceptualization of the "quasi-custom" code as well It's not a huge departure from BuildMaster now, but it will just be much easier to handle I think!
  • Package install from private feed ahead Connectors

    proget connectors
    2
    0 Votes
    2 Posts
    7 Views
    ?
    This is the nature of connectors; if npm client asks for "latest" version, then all connectors need to be searched. If you don't want behavior, then you need to remove connectors that have newer versions.
  • Proget Installation Issue

    proget installation
    3
    0 Votes
    3 Posts
    40 Views
    ?
    Hi Alana, Thanks its working fine now.
  • 0 Votes
    5 Posts
    8 Views
    ?
    Hey Alex, Thanks for the follow up! I did continue working on this, and got to a point where I'm happy with how it is working. I was in contact with Karl about it too via email, and sent him some details, but for reference for others who find it useful.. We went with the solution of putting the config into separate files, using the 'configSource' option as needed to specify references to external files. Further to that, we created an extension for Otter to allow us to manage the settings in those files - similar to how the 'EnsureAppSetting' thing works, but allowing an XPath expression to be used to identify the precise element in the config file to check. That meant we could use it for e.g. files that hold connection strings. (I do intend to publish that extension to the Den at some point - haven't so far gotten around to it though). Let me know if you would like any more detail on what we're doing! Thanks, Andrew
  • Maven deploy to ProGet server

    proget java
    2
    0 Votes
    2 Posts
    35 Views
    ?
    Looks like that's the wrong url; any url that starts with "/feeds" is for the UI only. Pl;ease use the "API Endpoint" URL specified on that same page intead.
  • Uploading packages from jenkins to ProGet

    proget
    3
    0 Votes
    3 Posts
    28 Views
    D
    As an alternative choice you can use Powershell for this. Add a 'Windows Powershell' step (be sure to install that Jenkins plugin first): DIR -Recurse -File -Filter "*.nupkg" | @{ & nuget.exe push $_.FullName -Source https://urltoyourproget/nuget/feedname } You will also need to ensure you have the nuget.exe command line executable available to the Jenkins node running. Please note, I do not work for ProGet, I'm a fellow customer offering assistance.
  • Combine multiple packages path in single feed

    feeds proget
    2
    0 Votes
    2 Posts
    11 Views
    ?
    This would require writing a custom package store. The disk-based package store does not support this. Perhaps consider using Connectors, or something like that
  • Forgot Login Password

    proget
    2
    0 Votes
    2 Posts
    71 Views
    ?
    The Directory Troubleshooting docs page has more information: https://inedo.com/support/documentation/various/ldap/troubleshooting
  • When I promote a ci package can the metadata be changed

    buildmaster net
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Changing the name during a promotion can't be done, primarily because that's the key that identifies which packages are promoted. Would it be feasible to create another package with the same contents and non-pre-release name in the Dev Feed, then promote that?
  • Disallow overwriting packages with same id + version

    proget
    2
    0 Votes
    2 Posts
    46 Views
    ?
    Yes, create a custom task from the Users & Groups > Customize Tasks page that has the Overwrite Packages subtask, and then restrict it at the system level.
  • 0 Votes
    2 Posts
    128 Views
    ?
    The NuGet URL should be http://proget.edlund.dk/nuget/Edlund , not /feeds/
  • Security for external and internal packages(Vor,Whitesource)

    proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    Both of these are paid services, and your best bet would be to follow the tutorials to see how to configure them. While they both offer similar outcomes, they do so quite differently. We don't have a simple comparison at this time, but if you find more through your research, please do share!
  • Passing bool or switch parameter to PSCall

    buildmaster powershell
    3
    0 Votes
    3 Posts
    174 Views
    ?
    Awesome Ben, thanks for the quick action! I've followed the issue, will I get an automated notification when it's known in which version the fix is going to be available?
  • NPM adduser - Not Found

    error proget npm
    4
    0 Votes
    4 Posts
    53 Views
    ?
    Hello Ben, thanks for help. I can confirm that node.js v 6.11.4 with slash at the end of URL works ;)
  • Working with docker feed

    proget
    2
    0 Votes
    2 Posts
    6 Views
    benB
    Hello Dmitry, I don't think there's currently a way to delete Docker images through the API. The blobs are deleted by the FeedCleanup scheduled task. You can run the task manually from /administration/scheduled-tasks, and it will run automatically once per day by default.
  • 0 Votes
    3 Posts
    23 Views
    ?
    Hi Alana, Thanks for your reply. I ended up submitting a bug Ticket which I need to respond to. But in response to your comment, The Agent and the runtime user are both the same account. Aside from the simple script above, I also tried to get it to return the value, and it would only return 's' in once case, error in another , or indicate the value was part of a Dictionary, which I'm guessing is meaning its within an array. Tod Hoven is my contact for the issue that I will be working with, but at the moment my BuildMaster instance is offline, so I will be following-up once our environment is back online. I'll try and remember to update this thread with the fix once we have it... -Trent
  • FTP files to linux server

    ftp artifacts buildmaster
    2
    0 Votes
    2 Posts
    7 Views
    ?
    The FTP extension can help with this
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation