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!

  • Is there a way to use legacy functions in new plans?

    buildmaster windows-sdk
    2
    0 Votes
    2 Posts
    6 Views
    ?
    You can use the Execute-LegacyAction Operation to do this; it inputs the XML-based configuration of the action. The easiest way to get this XML is to create a legacy plan with the desired action, then convert to OtterScript.
  • Get specific error

    buildmaster
    2
    0 Votes
    2 Posts
    2 Views
    ?
    We plan to add a variable function (such as @GetLogs) that will return error logs from the current scope, so you could then do whatever with them (email, post to Slack, etc). Regarding "how do I stop the next action from being executed", this is the behavior of the execution engine. See Action Statement in the formal specification: "8. If an exception occurred within one of the above methods or a log message was written with an error level, then the execution state will change to Failing and an error will be Raised"
  • NPM publish issue

    npm proget
    4
    0 Votes
    4 Posts
    17 Views
    ?
    Looks like reinstall helped. Thank you!
  • 0 Votes
    2 Posts
    5 Views
    ?
    That doesn't sound right for a default obviously; I've opened [BM-2256] to investigate further. It's possible it happened during an upgrade of some sorts. In the mean time, you can safely exclude that.
  • 0 Votes
    2 Posts
    1 Views
    ?
    Thanks for the report, this is a bug in the UI, and it's missing the "/" between the "host name" and "api". We will fix in next maintence release of ProGet.
  • Nuget dependency list for multiple target frameworks

    nuget proget
    2
    0 Votes
    2 Posts
    15 Views
    ?
    Hi Ruben, this was a regression in v4.4 after redoing the UI for the combined feed pages. We will fix ASAP in the next maintenance release under [PG-626].
  • NPM connector do not download scoped packages

    npm proget
    2
    0 Votes
    2 Posts
    14 Views
    ?
    This is a limitation of npm unfortunately; scoped packages are not included in the npmjs.org index, therefore there is no way to search for a scoped package via a connector. However if you already know the name, then it will work, and can be retrieved from the connector.
  • Permanently download and store packages from feed connector

    proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    It's not an option, but your best bet to solve this would be: Bulk / Droppath Import from Disk (any packages) Feed Replication (from another ProGet server)
  • 0 Votes
    5 Posts
    5 Views
    ?
    Thanks, will try IIS rewrite module for that.(
  • Jenkins plugin launching BuildMaster specific jobs

    jenkins buildmaster
    5
    0 Votes
    5 Posts
    18 Views
    J
    Oh ok, I thought it was done by you. I'll pester him about that then. Sorry about that. Thanks, Jon
  • LDAP and multiple Domains

    ldap proget configuration-files
    5
    0 Votes
    5 Posts
    177 Views
    ?
    That is just a "regular" COM+ that happens every now and then when doing anything with LDAP, so you an usually restart IIS, restart the server to fix it. Will send the code ASAP!
  • 0 Votes
    2 Posts
    9 Views
    ?
    I suspect the two messages are unrelated... but unfortunately it's really hard to know what would cause the first problem. 99% of the time, especially over long-running things like this, it's a result of problematic network connections. The new Inedo Agents (available in v5) are a bit more resilient to this.
  • Best Practice for Role Configuration

    otter
    2
    0 Votes
    2 Posts
    4 Views
    ?
    Good question; I'm not familiar enough w/ splunk to give a definite answer, but I would assume: the Windows agent and the Linux agent are different binaries the configuration is non-trivial (i.e. more than a couple operations) there is effectively no shared configuration/operations in the plans there is minimal shared configuration (ApiKey or AcocuntNumber) Based on that, I would probably do two separate roles, splunk-linux and splunk-windows or something like that. Of course, if there was mostly shared configuration, or if only a few operations were operating-system dependent (be it Linux or Windows 2003 vs 2008), then having an if/else sort of thing seems fine. One major benefit of the roles here will be, someone looks at it from the dashboard and says "oh ok, Splunk is installed". It's already obvious that it's a Linux vs Windows server. And to me, the ApiKey/AccountNumber/whatever seem like variables on the role (or maybe environment, if it's different in Prod and Integration). Down the line, we'll probably have something to deal with nested roles, role dependencies, those sorts of thing. Really need to see what the data in the field looks like!
  • Is it possible to customize the look and feel of the Web Application?

    proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    This is not currently supported nor is it currently on our product roadmap.
  • Maven feed not found

    proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    A 404 is expected if you visit the root of a maven api url; that is an endpoint that is not intended to be visited from your web browser, but by the maven client.
  • Npm Feed not working in 4.0.15

    proget npm
    3
    0 Votes
    3 Posts
    9 Views
    ?
    I get the same issue with v4.3.1 (Build 5). With nuget, I can search (via connector) to list all packages available on nuget.org. But with npm, unless I manually add packages via npm connector, the search shows a blank page.
  • How to clear the cache or reset application?

    proget
    2
    0 Votes
    2 Posts
    26 Views
    ?
    It's actually the NuGet client that is caching the old packages, you can view the (multiple) caches with this command: nuget locals all -list And either delete the files in those directories or use this command: nuget locals all -clear
  • Jenkins and HTTP POST authentication difficulties

    buildmaster http
    10
    0 Votes
    10 Posts
    1k Views
    ?
    Finally got it working, turns out a single quote at the start and end of TextData is enough for the configs to be fully included without error, while still accepting BuildMaster parameters, Here's the code in case there is a desire to implement Job creation in the Jenkins extension, (anonymized a little): Post-Http http://Jenkins:8080/job/TestNewAPIJob/config.xml ( ContentType: application/xml, TextData: '<?xml version="1.0" encoding="UTF-8"?><project> </project>', LogRequestData: true, LogResponseBody: true, RequestHeaders: %(Authorization: Basic xyz123) ); Thanks for the help getting this going, this was my first time using 5.3 from 4.7, little learning curve with the new Plan editor that is really cool! -Dan
  • Compare Otter vs Otter Enterprise

    2
    0 Votes
    2 Posts
    6 Views
    ?
    Otter Free has no server limit, includes all of the features of Otter Enterprise, and gives all users unrestricted access. Otter Enterprise allows for you to control how users access the software.
  • SQL Structure / Database data

    proget-installation proget installation sql-server sql
    2
    0 Votes
    2 Posts
    13 Views
    ?
    Please refer to the High-level Architecture Diagram to see the components of a ProGet installation. The Database is a SQL Server database. The Web and Indexing Nodes are both .NET application that interact with the database using the standard SqlClient API. The connection string you specify in the configuration file is assigned to the ConnectionString property of that API. All of this is very standard, but it's very likely that your DBA/Network Admins configured the SQL Server you wanted to use in such a way that a simple/intuitive connection string was not sufficient. Maybe they used a special port, security, etc.; they would be much better suited to answer your question about why it's so complicated :) Also, please note that the ProGet Installer will create/update the tables and object in the database. ProGet itself does not modify (nor have the privileges to modify by default) the database structure. If you wish to install the database component outside of the installer, then you will need to follow the Manual Installation Instructions.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation