Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. philippe.camelio_3885
    3. Topics
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by philippe.camelio_3885

    • P

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

      4
      0
      Votes
      4
      Posts
      9
      Views

      P

      @rhessinger
    • P

      [PROGET] Double PVGC config
      Support • • philippe.camelio_3885  

      6
      0
      Votes
      6
      Posts
      11
      Views

      P

      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.
    • P

      [PROGET] Migration from 5.3.38 to 2023.22 - problems with npm packages
      Support • • philippe.camelio_3885  

      8
      0
      Votes
      8
      Posts
      21
      Views

      P

      @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.
    • P

      [BM] is ti possible to make a variable as list at a group level
      Support • • philippe.camelio_3885  

      5
      0
      Votes
      5
      Posts
      8
      Views

      P

      Hi Dean Thanks for your reply. It was just a question, finally useless. And Thanks you for your time Best regards Philippe
    • P

      [BM] If you want the variables in JSON form, you only get the system variables
      Support • • philippe.camelio_3885  

      5
      0
      Votes
      5
      Posts
      9
      Views

      P

      @dean-houston
    • P

      [BM] How to build a docker container from gitlab using env file
      Support • buildmaster docker • • philippe.camelio_3885  

      4
      0
      Votes
      4
      Posts
      9
      Views

      P

      I finally found how to handle properly (I guess) the variable The Dockerfile looks like: ARG SOME_VAR=default_var FROM some_image:some_version WORKDIR /usr/src/app RUN .... and the Deploy script like : Git::Checkout-Code(); Docker::Build-Image ( DockerfileVariables: %(SOME_VAR:myvar), Tag: $ReleaseNumber-pre.$BuildNumber, RemoveAfterPush: true ); bur I have signing problem to push container in proget. => I start a new thread
    • P

      [OT] Upgrade 2022 to 2023 - SSH broken
      Support • • philippe.camelio_3885  

      3
      0
      Votes
      3
      Posts
      8
      Views

      P

      Hi @rhessinger Pb solved, Thanks for your fast correction
    • P

      [BM] Scheduled Jobs no longer working for me
      Support • • philippe.camelio_3885  

      3
      0
      Votes
      3
      Posts
      8
      Views

      P

      @gdivis Thank you
    • P

      OTTER - [ whichlist] Server Roles page
      Support • • philippe.camelio_3885  

      2
      0
      Votes
      2
      Posts
      9
      Views

      atripp

      I added this to our Otter 2023 list of items to review/consider :) Please stay tuned
    • P

      OTTER / List variable not working correctly
      Support • • philippe.camelio_3885  

      8
      0
      Votes
      8
      Posts
      16
      Views

      atripp

      @philippe-camelio_3885 oh wow, great find. Hmmm..... so I guess that must be some kind of UI bug with not trimming the newlines variable.ListValues = variable.Type == VariableTemplateType.List ? txtListValues.Value?.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries) : null; I'm sure this should be fixed eleswhere too, but for now I'll just add | StringSplitOptions.TrimEntries and I guess that will at least fix the UI bug
    • P

      BM - Help needed for Git checkout
      Support • • philippe.camelio_3885  

      8
      0
      Votes
      8
      Posts
      16
      Views

      P

      @atripp said in BM - Help needed for Git checkout: shexec echo hello world; I have no issue to run a shexec. This is just the git-checkout. The server is also configured thru Otter without any problems ... I am using artifact captured from localhost so it is OK for me I will make other tests later
    • P

      OTTER / Long time for Linux server for first configuraiton collection
      Support • otter linux • • philippe.camelio_3885  

      11
      0
      Votes
      11
      Posts
      16
      Views

      P

      @atripp Good to know Thanks
    • P

      BM - [whishlist] Display multiple pipeline in Application page
      Support • • philippe.camelio_3885  

      3
      0
      Votes
      3
      Posts
      9
      Views

      P

      @apxltd I'll wait for v2024
    • P

      OTTER / Docker - Move to a new server - lost connection to linux server - (Finally it is working fine !)
      Support • • philippe.camelio_3885  

      6
      0
      Votes
      6
      Posts
      12
      Views

      P

      Hi @atripp Oups, After your reply, I checked the ssh config on the target server and I forgot I allowed ssh root connection only from the Otter / BM server. Match Address XXX.XXX.XXX.XXX PermitRootLogin prohibit-password Changing the address solved the error My bad Thank you for your time
    • P

      OT - Minor Bug In Job Template
      Support • • philippe.camelio_3885  

      2
      0
      Votes
      2
      Posts
      4
      Views

      rhessinger

      Hi @philippe-camelio_3885, Good catch! I created a ticket, OT-494, to track the fix. We should have this released in the next two versions of Otter (2022.12 or 2022.13). Thanks, Rich
    • P

      OT - running shell script displays an error message while it should not
      Support • otter linux • • philippe.camelio_3885  

      3
      0
      Votes
      3
      Posts
      11
      Views

      P

      Hi @atripp Thanks for the tips. Best regards Philippe
    • P

      BM - Editing OSCall Operation using Visual Editor not working anymore
      Support • • philippe.camelio_3885  

      2
      0
      Votes
      2
      Posts
      7
      Views

      atripp

      Hi @philippe-camelio_3885 , thanks for reproting this; definitely looks like a regression of some kind. We'll get it fixed ASAP via BM-3860 -- but sounds like you found a temporary work-around for now :)
    • P

      OT - SSH Secure Credentials Private Key ed25519
      Support • • philippe.camelio_3885  

      5
      0
      Votes
      5
      Posts
      11
      Views

      P

      @apxltd said in OT - SSH Secure Credentials Private Key ed25519: Thanks for clarifying @philippe-camelio_3885. I see the issue in the code now. I think it's been this way for quite a while Thanks for your reply
    • P

      OT - Credential Property broken ?
      Support • otter • • philippe.camelio_3885  

      9
      0
      Votes
      9
      Posts
      24
      Views

      P

      I thought I was wrong
    • 1
    • 2
    • 3
    • 4
    • 2 / 4