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!

  • [OTTER] Avaliability of variables from multiple roles

    2
    0 Votes
    2 Posts
    6 Views
    atrippA
    hi @Adam1; thank you for the detailed reproduction instructions. You are correct, this is indeed a bug, and it will be fixed in the next maintenance release (scheduled for Friday) as OT-381. If you'd like a pre-release, we can easily share one to you as well!
  • Nuget package not found in proget, but searchable in UI

    18
    0 Votes
    18 Posts
    77 Views
    rhessingerR
    Hi @jyip_5228, That may be your issue. NuGet is currently on version 5.7. Could you please try upgrading your NuGet.exe and see if that fixes the issue? Thanks, Rich
  • NPM Feed search doesn't list all packages

    3
    0 Votes
    3 Posts
    10 Views
    M
    Thanks for this detailed description Thats for sure a misleading search design decision...
  • Timeout errors after upgrade to 5.3.7

    28
    1 Votes
    28 Posts
    141 Views
    rhessingerR
    Hi @gravufo, Thanks for following up. Glad to hear it is working! Thanks, Rich
  • Download last stable nupkg from nuget feed

    download nuget
    3
    0 Votes
    3 Posts
    10 Views
    M
    Thanks for the information :)
  • Symbol Server for portable pdb

    19
    0 Votes
    19 Posts
    77 Views
    C
    Since there is no further update and no solution for my problem using nuget cli or dotnet cli I am closing this thread.
  • Deleted files still under .assets folder

    2
    0 Votes
    2 Posts
    5 Views
    rhessingerR
    Hi @john-b_3261 , Can you please verify that your ProGet windows service is running and that the account the service is running under has access to those folders? Our nightly cleanup scheduled jobs typically clean up these folders./ Thanks, Rich
  • Add local nuget packages to ProGet feed

    7
    0 Votes
    7 Posts
    14 Views
    D
    Hi @atripp, My fault... I'd referenced a user specific path that the service could not access. now it's working Thank's for the support :)
  • vs2012 can not using proget

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • BuildMaster pipeline variable version control?

    2
    0 Votes
    2 Posts
    5 Views
    rhessingerR
    Hi @Joseph-Saladino_7499, What version of BuildMaster are you currently running? In BuildMaster 6.2 there is a history on pipeline changes. You would view it by clicking on Deploy -> Deployment Pipelines and then clicking on the last modified date for the pipeline you would like to see history for. Here is a screenshot of the UI: [image: 1597347945067-c1e389eb-2c01-41ab-be91-c5b4de31bf86-image.png] [image: 1597347983256-70acdd17-5c2d-4f36-9c05-f49dec1d00d1-image.png] Hope this helps! Thanks, Rich
  • ProGet: silent fail when uploading conflicting package version

    15
    0 Votes
    15 Posts
    37 Views
    MaxCasconeM
    Fantastic, looking forward to it! Sorry for the work, but i'm happy to contribute in some small way as well!
  • Proget docker image should support docker secrets

    6
    0 Votes
    6 Posts
    25 Views
    rhessingerR
    Hi @scroak_6473, I created a branch and a blank page on GitHub for Docker Swarm. You should be able to add your notes and examples there. Please let me know if you have any issues! Thanks, Rich
  • 0 Votes
    11 Posts
    70 Views
    atrippA
    @wsah_6160 @pluskal_4199 assuming this is related to 5.3, then there should be a fix coming soon!
  • Support for Querying Versions

    3
    0 Votes
    3 Posts
    18 Views
    MaxCasconeM
    FWIW, i'm using the Versions API endpoint to get the list of versions, and you could build your own parsing from there. I'm sure this is mostly wrong, but this is what I'm doing, in Jenkins: // get latest version of package on proget // https://docs.inedo.com/docs/upack/feed-api/endpoints#list-versions // compare to build's versionfile def response = httpRequest ignoreSslErrors: true, url: "${env.progetUrl}/${env.progetFeedType}/${env.feedName}/versions?group=${env.groupName}&name=${env.serviceName}", wrapAsMultipart: false def content = readJSON text: response.getContent() // Versions are always returned as an array, even if count = 1 // So just always get the last element in the array. env.latestVersion = content.version[-1] echo "Latest published version is ${env.latestVersion}, date: ${content.published[-1]}" echo "Jenkins is building version: ${env.tag}" // compareResult returns: // -1 if v1 < v2 // 0 if v1 == v2 // 1 if v1 > v2 compareResult = compareVersions v1: env.latestVersion, v2: env.tag
  • 0 Votes
    3 Posts
    22 Views
    R
    Re: WARN: Error initializing server .NET 4.5 (ID: 11): System.Net.Sockets.SocketException A SocketException is thrown by the Socket and Dns classes when an error occurs with the network. Most of the time these are connectivity issues due to different IP protocols (IPV4/IPV6) between the two server/computers trying to communicate or extra authentication rules setup on one of the computers for in/out connectivity. Ways to troubleshoot the issue are, check you have proper internet connection is there on your machine or not, and you are able to ping the remote server or not. Possible causes for the error: You are using the wrong IP address. You are using the wrong port. Firewall blocking the connection.
  • Migrate data out of git raft into file based raft

    4
    0 Votes
    4 Posts
    10 Views
    rhessingerR
    Hi @Jonathan-Engstrom, Have you reviewed the Backing up Otter documentation? We outline how to backup and restore a ProGet instance in there. If you are missing configurations, it shoulds like you may not have copied all of the files from your git repository or the configurations were not stored in the Git raft. Do you still have access to your old server? You could also navigate to Administration -> Rafts and download your Git raft as a zip file as well. Thanks, Rich
  • Release Templates - Need help for dynamic list to get branch from Gitlab CE

    10
    0 Votes
    10 Posts
    31 Views
    P
    Hi @rhessinger I will be out of office for the next weeks. I ll make the test when I come back Best regards PhilippeC.
  • ProGet container timezone

    6
    1
    0 Votes
    6 Posts
    26 Views
    S
    Hi @gdivis I can confirm that TimeZone can now be specified as an environment variable in ProGet 5.3.7 Thanks for including this! Simon
  • Nuget connector not working properly

    4
    3
    0 Votes
    4 Posts
    16 Views
    J
    I tested the following: changing the nuget connector to utilize v2. The effect is the same where I cannot pull from nuget.org. This definitely worked prior to v5.3 Right now i have proget running a v3 api for the feed with a v2 connector and it is working fine so far. I believe its a bug when the feed is running v2.
  • What is the file size limit for a RPM feed ?

    2
    0 Votes
    2 Posts
    6 Views
    apxltdA
    There's no limit set by ProGet to the size of a feed, and we have customers with terrabytes of packages, so it should be okay.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation