Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. philippe.camelio_3885
    3. Posts

    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!

    P Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 81
    • Posts 272
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: [PROGET] PowershellGallery Feed on v2023.27 cannot find some modules, v5.3.38 yes

      Hi @atripp

      Thanks for your reply.
      Therefore even if I write the complete name of the module - VMware.PowerCLI - , it can't be found. 😥

      I am using docker version of Proget, is it possible the cause of the issue ?

      Is there anyone else using the Docker version ?

      posted in Support
      P
      philippe.camelio_3885
    • [OTTER] long time to change status for server and assigned server roles

      Hello,

      Just to report it takes a long time (> 2 mn) to change the status of agent and assigned server roles after a successfull remediation

      72d4f71b-244b-433d-ba8d-532ab968091b-image.png

      This delay is annoying, previous versions did not have it.
      I am using docker version (2023.3)

      Any suggestion to improve this behaviour if it is not a bug ?

      Best regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • [PROGET] PowershellGallery Feed on v2023.27 cannot find some modules, v5.3.38 yes

      Hi,

      I have a Feed called "public-psm" for PowerShell Gallery.
      The v2023.27 is broken (previous version was too). Some modules are not visible - exemple with VMWARE.PowerCLI
      This was working fine on v5.3.38

      Exemple :
      v2023.27
      c1c39e22-adae-4050-99ab-5cbc6f8488a7-image.png

      v5.3.38
      6c286482-89ed-402d-9cdc-b48f20d4c314-image.png

      the feeds were created as simple as possible
      v2023.27 have no filters.

      Any advice is welcome

      Best Regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • [BM] Request to have alphabetic order for Group and Repository for GitLab Repository Connection

      Hello

      Is it possible to have the lists in an alphabetic order ?
      otherwise it is a little bit messy
      aa48c44d-8724-4ee6-9107-f342fbf22837-image.png

      I am using BM Version 2023.8 (Build 2) - docker

      Best Regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • RE: [OTTER] Upcoming & Recurring jobs list is not correct

      @atripp 👍

      posted in Support
      P
      philippe.camelio_3885
    • [OTTER] Upcoming & Recurring jobs list is not correct

      Hello

      The list of Upcoming & Recuring jobs is not correct.
      It display old informations job which are no longer relevant.
      Exemple :
      66f5a471-45d1-4b72-9650-84871e12aa1b-image.png

      When I click on the job, I have this error
      da88e1dc-fa99-4b38-b1e9-f90126e87010-image.png.

      Same error for all the lines ...

      I guess some table should to be cleanup in the database ....

      I am using Otter 2023.3 (Build 1) Docker version

      Best Regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • RE: [BM] Question about Resource pools, multiple tasks

      @atripp
      Thanks for your reply,

      I am using Resource pool in this way, at the PipelineStage,
      Illustration with one of our appli (angular based)

      9577ec7c-ea97-4a88-ac59-3500554b700e-image.png

      4f5bf055-d2b0-4fcd-819f-d57bb1892aa0-image.png

      In this application, an angular apps is compiled (step 1) and deployed to a group of servers (step 2).

      That's what I thought, I tried...
      I may have planted a seed and maybe in the future this option will exist 😁

      1aeb9d48-5755-4d7a-bc9c-2eefc74b65e2-image.png

      872960dc-f6eb-47a5-b017-e57689370def-image.png

      I wish you all a happy holiday season

      Best regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • [BM] Question about Resource pools, multiple tasks

      Hello Inedo team
      I have a small question.
      I am using resource pool to build docker or for compilation.

      I defined two server as "inedo runner" for availability and I am able to build containers or compile apps twice at the time for several aplications.
      But now I need more "runner", as we have more applications.
      I was thinking if it is possible to assign a number of concurrent tasks for a resource pool server in order to reduce the waiting time for a free resource.
      This would reduce the number of "runner" and a neat option ... at least for me 😊
      Creating new server is an option, but I would prefer not.

      Cheers
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • RE: [BM] Bug with variables get from a list at build level

      @rhessinger
      👍

      posted in Support
      P
      philippe.camelio_3885
    • RE: [BM] Bug with variables get from a list at build level

      [UPDATE]
      The bug can be overcome using $trim function

      posted in Support
      P
      philippe.camelio_3885
    • [BM] Bug with variables get from a list at build level

      Hello

      I may have found a nice bug 🙄

      From i small pipeline, I ran a test script which only display 2 variables.
      The goal is to concatenate the value of these values to a third one like a docker container and "version"

      I assign values at the Build step

      • One from a text field
      • One from a
        ** a text
        ** a list

      And I display the results,
      ${VAR1}:${VAR2}

      If VAR2 is select from a text, I have got what expected
      c2c79f97-83cd-4bfd-8798-ca8afa71b221-image.png

      If I select VAR2 from a list :
      9706f53b-950b-4a17-9bd0-2ee14527df71-image.png

      The carriage return is added and mess up the final variable

      Here are the Pipeline used and the script

      {
        "Name": "TEST",
        "Description": "Just creates a blank pipeline where that can add stages, approvals, etc., to as you need.",
        "Stages": [
          {
            "Name": "STEP 1",
            "Description": "",
            "Targets": [
              {
                "ScriptId": "TEST",
                "ServerNames": [
                  "LOCALHOST"
                ],
                "ServerRoleNames": [],
                "DefaultServerContext": 1
              }
            ],
            "Gate": {
              "UserApprovals": [],
              "GroupApprovals": [],
              "DeploymentWindows": [],
              "AutomatedChecks": {
                "Issues": {
                  "Statuses": []
                }
              },
              "AutomaticApprovals": []
            },
            "AllowMultipleActiveBuilds": false
          },
          {
            "Name": "STEP 2",
            "Description": "",
            "Targets": [],
            "Gate": {
              "UserApprovals": [],
              "GroupApprovals": [],
              "DeploymentWindows": [],
              "AutomatedChecks": {
                "Issues": {
                  "Statuses": []
                }
              },
              "AutomaticApprovals": []
            },
            "AllowMultipleActiveBuilds": false
          }
        ],
        "TemplateVariables": [
          {
            "Name": "VAR1",
            "Description": "",
            "InitialValue": "list1",
            "Required": true,
            "Type": "List",
            "Usage": "Build",
            "PipelineStageNames": [],
            "ListValues": [
              "list1\r",
              "list2"
            ]
          },
          {
            "Name": "VAR2",
            "Description": "",
            "InitialValue": "var2",
            "Required": true,
            "Type": "Text",
            "Usage": "Build",
            "PipelineStageNames": [],
            "ListValues": []
          }
        ],
        "EventListeners": [
          {
            "Event": 5,
            "PipelineStageNames": [],
            "Type": "DeployReleaseEventListener"
          },
          {
            "Event": 5,
            "PipelineStageNames": [],
            "Type": "CreateReleaseEventListener"
          }
        ]
      }
      

      Script TEST

      Log-Information ${VAR1};
      Log-Information ${VAR2};
      Log-Information ${VAR1}:${VAR2};
      

      Best tests
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • RE: [PROGET] Migration from 5.3.38 to 2023.22 - problems with npm packages

      @dean-houston
      About the missing files (FileNotFoundException), I made a mistake in my docker-compose file, so the packages volume wasn't persistent.
      Noob error 😖 , sorry about that.

      Best regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • RE: [PROGET] Double PVGC config

      Hi @stevedennis
      I was just looking to configure Proget as good as possible.
      This part was a little bit fogus for me 😵
      I thought this was a bug ...

      Thanks for your reply
      Best regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • RE: [PROGET] Double PVGC config

      I tried to clean up:

      • Remove everything
      • Disable PGVC
      • Enable PVGC
      • Add Vulnerability Source named My PVGC
        I have this :
        31d557dd-cee2-4c0b-97aa-440e7bc67790-image.png
        I can't remove the extra PVGC
      posted in Support
      P
      philippe.camelio_3885
    • RE: [PROGET] Double PVGC config

      Oups, I inserted the wrong screenshot

      a26fe6d2-e93c-490e-9147-aeca4ab20079-image.png

      If I remove the empty one, I have this:
      7c1d05a6-af5c-4db3-b694-e3f950c5589c-image.png

      If add a new PVGC, I got this
      a7382337-08d4-42c2-a0d5-7b08aa00694d-image.png

      I undestand I have to remove OSS Index

      Thanks
      Philippe

      posted in Support
      P
      philippe.camelio_3885
    • [PROGET] Double PVGC config

      Hi Inedo's team
      I have PVGC twice

      23a768aa-5260-48d4-a069-c4785bbe6704-image.png

      If I removed one, both disappear.
      If I add it again, I have it twice 🙄

      Any advice is welcome.
      Best regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • RE: [PROGET] Migration from 5.3.38 to 2023.22 - problems with npm packages

      Hi @dean-houston
      The server crashed because lack of ram.
      With 32 Go, no more problem 😁

      I think I have to update my 3 docker-compose to add RAM limitations for each SQL Server and Proget/Buildmaster/Otter to contain them.
      Until now, I had small applications (mainly apache/mariadb) and it is the first time I have SQL Express and dotNet apps on docker.

      About the logs, I did not have time to send you something relevant and helpful. I will see what I can get.

      And you are right, until now I solved symptoms (adding RAM) and not the origin of the problem (unknown) 🤔

      Thanks for your time s
      Best regards
      Philippe

      posted in Support
      P
      philippe.camelio_3885
    • RE: [PROGET] Migration from 5.3.38 to 2023.22 - problems with npm packages

      Hi @atripp
      I made some tests.

      I increased RAM up to 32 Go with 8 vCPU (3.30 GHz)
      VM located on SSD Storage

      Test case:

      • delete the existing npm Feed
      • create a npm feed (with default parameters)
      • run a npm ci from Buildmaster. I am using one of our application (npm registry set to proget)
      • Assign Web.ConcurrentRequestLimit
        a) set value to 0
        b) set value to 300

      My observations:

      1. Server crashed with less than 32 Go of RAM.

      2. With Web.ConcurrentRequestLimit to 0,
        compilation is in error due to missing packages.
        Ram peak up to 28 Go

      3. With Web.ConcurrentRequestLimit to 300
        Compilation OK
        less ram consuming

      073f372f-f038-4734-bc0b-291a566762b3-image.png
      Figure 1: Ram consuming for Web.ConcurrentRequestLimit

      To be complete:
      Proget is running as docker (docker-compose)
      On the same VM, there is 2 other containers

      • Buildmaster
      • Otter
      posted in Support
      P
      philippe.camelio_3885
    • RE: [PROGET] Migration from 5.3.38 to 2023.22 - problems with npm packages

      @philippe-camelio_3885

      I will try a lower value of Web.ConcurrentRequestLimit as you siggest.

      About hardware, proget vms are on the same model/config of esx server. So they should used the same amount of cpu.
      I will see if I can make more tests.

      Thanks for the reply

      posted in Support
      P
      philippe.camelio_3885
    • 1 / 1