Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. PhilippeC.

    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 1
    • Followers 0
    • Topics 52
    • Posts 95
    • Groups 0

    PhilippeC.

    @PhilippeC.

    1
    Reputation
    37
    Profile views
    95
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online
    Location Poitiers, France

    PhilippeC. Unfollow Follow

    Best posts made by PhilippeC.

    • RE: Ensure-DscResource and DSC Resource with embedded subclass

      Hello

      Here is two exemple :

      1. one with Carbon module (http://get-carbon.org)
      2. One wit h xSmbshare (From Pwershll Gallery)
        I assumed you have install the module
      Ensure-DscResource
             (
                 ConfigurationKey: Identity,
                 Name: Carbon_Permission,
                 Module: Carbon,
                 Properties: %(Path:$DFSFolder,Identity:$Mydomain\$MyGroup,Permission:FullControl)
             );
      
      
      Ensure-DscResource
         (
             Name: xSmbShare,
             Module: xSmbShare,
             Properties: %(Name:$ShareFolder,Path:$FoldertoShare,ReadAccess:$Mydomain\$MyGroup,FolderEnumerationMode:AccessBased,CachingMode:None)
         );
      

      The Carbon example use as ConfigurationKey the property Identity while in the xSmbShare, the configuraitonKey is the default property (ie, Name)

      I hope to not make a mistake and it will be useful.

      Best Regards
      PhilippeC.

      posted in Support
      P
      PhilippeC.

    Latest posts made by PhilippeC.

    • RE: [OTTER] Bug when calling a module in a path from a raft

      @gdivis
      👏

      posted in Support
      P
      PhilippeC.
    • RE: Gitlab::Get-source is different between BM and Otter for credentials

      @rhessinger
      Thanks a lot.
      I will try it.

      posted in Support
      P
      PhilippeC.
    • RE: Gitlab::Get-source is different between BM and Otter for credentials

      Stupid question : is it possible to use VSCode to compile inedo extension ?

      posted in Support
      P
      PhilippeC.
    • Release Templates - Need help for dynamic list to get branch from Gitlab CE

      Hello

      Everything is in the title.

      We have in a Gitlab on premise and I did not found how to make a dynamic list to be able to select the branch when I make a new release.

      Steps for a new release template

      • Select Dynamic List
      • Select GitLab Branches
      • Project Name : Gitlab-Portail (name of the resource)

      When I create a new release and I want to select the branch, I have the error msg:

      Error querying list source: Could not find resource "".
      

      The ressource is define at the application level.

      Any advice is welcome.

      posted in Support
      P
      PhilippeC.
    • RE: Gitlab::Get-source is different between BM and Otter for credentials

      @atripp
      Thanks for the reply

      posted in Support
      P
      PhilippeC.
    • RE: Feature request for application Template

      @atripp
      Thanks

      posted in Support
      P
      PhilippeC.
    • RE: Manage error code for SHExec in Buildmaster

      @atripp
      Hello
      You are right
      I have seen just after the post when rc = 1 shexec exit with an error.
      I have to handle the rc inside the script.
      So I remove the post because it was not necessayr anymore
      Thanks for the reply

      posted in Support
      P
      PhilippeC.
    • RE: Gogs webhooks and Buildmaster

      @atripp
      Thank you
      I ll update as soon I made the test
      Best regards

      posted in Support
      P
      PhilippeC.
    • Gogs webhooks and Buildmaster

      has anyone tested this?
      Just to know before I test GOGS (gogs.io)

      Best regards
      PhilippeC.

      posted in Support
      P
      PhilippeC.
    • RE: Apply template to a group of applications

      I have just seen the varibale have been crashed when I reapply the template 😬

      posted in Support
      P
      PhilippeC.