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!

  • Setting up private Docker registry

    servers proget iis
    5
    0 Votes
    5 Posts
    55 Views
    ?
    Thanks Alana, once I installed the certificate into my 'Trusted Root Certification Authorities' and restarted the docker daemon on my client machine, things are working nicely. Thanks again for your help!
  • How to create an encrypted password for the Native API

    otter api
    2
    0 Votes
    2 Posts
    18 Views
    atrippA
    Unfortunately the Native API is essentially a database wrapper, and one of the few things that can't be handled at the database layer is encryption. While we want to create a resource credential API at some point, in the meantime, the only workaround would be to encrypt/decrypt the secrets yourself, using the Encryption Key stored in your configuration file.
  • Enhancement request for multiple environment to one server

    otter
    3
    0 Votes
    3 Posts
    10 Views
    ?
    Hello Alana I agree. I know that one server should be assign to a single Environment. I already use Role for the Applications (One Role = One Application), but I cannot have 1 or more server per environment as our dev team and test team like to have plenty of environment so I need to consolidate multiple environment to one server. I am already using BuildMaster (with many Pipeline Stage) to deploy to a single server the environment I want. It was a request to improve Otter which already good to make my work more simple. I understand it might not be very simple to do it. Thank you for the reply Best regards Philippe
  • Execute SQL scripts on Agent Server

    buildmaster net sql-server agents
    3
    0 Votes
    3 Posts
    18 Views
    A
    The SQL server and the application are both on server 'Production' and the application is successfully retrieving data from the SQL server. The connection string used in the application configuration is the same connection string being used in the SQL connection in Buildmaster. It is using a SQL account, so not integrated. Here is a redacted connection string: - Data Source=*************;Initial Catalog=*************;User Id=*************;Password=*************;MultipleActiveResultSets=true;
  • Deleting a npm package throws a UnauthorizedAccessException

    proget npm windows
    9
    0 Votes
    9 Posts
    19 Views
    ?
    You got it working though :)
  • 0 Votes
    5 Posts
    13 Views
    ?
    After doing the steps in the links, I was able to remove and re-install proget (using offline installer). After that, Hub still didn't work, so I tried running the online-installer which downloads the Hub at the beginning of the install and that seemed to fix the Hub. Thanks for your help Dean.
  • Syntax with Jenkins plugin and pipeline

    jenkins nuget proget
    2
    0 Votes
    2 Posts
    10 Views
    ?
    The groupName refers to the package's group name, and it's optional. A universal package is identified by group + name + version. The files do need to be artifacts; that's what will be zipped up and sent to ProGet.
  • Enhancement for all-application page ?

    buildmaster
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    6 Posts
    11 Views
    ?
    Hi Dean Install and test :). It is working fine. Thank you for the resolution.
  • Npm Downloads Broken in 4.1.20

    npm proget
    4
    0 Votes
    4 Posts
    12 Views
    M
    That's awesome, thanks!
  • Docker run failed

    proget
    2
    0 Votes
    2 Posts
    7 Views
    atrippA
    Hello Damian, I believe this is due to ILIB-60, which is caused by a bug in Mono.
  • Unable to push to Proget

    proget
    3
    0 Votes
    3 Posts
    15 Views
    jraschJ
    Thank you for the report, this is resolved via: PG-1447
  • Extension errors

    error buildmaster
    2
    0 Votes
    2 Posts
    6 Views
    jraschJ
    This has also been reported in our Jenkins extensions issues section, can you take a moment to respond to the questions I posed here? https://github.com/Inedo/inedox-jenkins/issues/26#issuecomment-454188149
  • ProGet 5.1.15 Web Server crashes

    proget windows
    7
    0 Votes
    7 Posts
    16 Views
    ?
    Hi, i am upgrade my old installlation 5.0.10 to Proget 5.1.20.7 today. And i run into the same issue. My Port customization has been overwritten in the C:\ProgramData\Inedo\SharedConfig\ProGet.config. I fixed it manually and now it works.
  • 0 Votes
    2 Posts
    11 Views
    jraschJ
    Apologies - I broke that endpoint earlier ironically by accidentally disabling logging :( It should work now; I also note that you can request a key at https://my.inedo.com and manually enter it.
  • How to call a module ?

    otter
    7
    0 Votes
    7 Posts
    29 Views
    ?
    Hello Ben Thank you
  • 0 Votes
    2 Posts
    20 Views
    benB
    Hello Ryan, Sorry about the delayed response. The Push to ProGet Visual Studio extension is for Universal (upack) feeds, not NuGet (nupkg) feeds.
  • Proget license

    proget licensing
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Problem with deploying to maven

    bug deployment proget
    2
    0 Votes
    2 Posts
    15 Views
    T
    Unfortunately this was a regression present in 5.1.19, but has since been fixed in 5.1.20 which was released earlier today.
  • Promote Build Using API

    buildmaster api promotions builds
    2
    0 Votes
    2 Posts
    19 Views
    jraschJ
    Here is a working PowerShell example (v6.1+): Invoke-RestMethod -Method POST -Uri "http://{bmserver:port}/api/releases/builds/deploy?applicationName=ApiTest&releaseNumber=1.2.3&buildNumber=1&key=<api-key>" For pre-v6.1 versions, the equivalent is: Invoke-RestMethod -Method POST -Uri "http://{bmserver:port}/api/releases/packages/deploy?applicationName=ApiTest&releaseNumber=1.2.3&packageNumber=1&key=<api-key>" I have also put in a doc change request to clarify the endpoint names. Additional note: -UseDefaultCredentials would be required if Integrated Authentication were enabled.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation