Navigation

    Inedo Community Forums

    Forums

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

    Topics created by PhilipWhite

    • P

      [BM] $ApplicationName is empty
      Support • • PhilipWhite  

      5
      0
      Votes
      5
      Posts
      16
      Views

      P

      Hi @atripp, So I associated the deployment targets with environments and that fixed both of my issues: $EnvironmentName is populated and now the environments are showing on that application screen: Thanks!
    • P

      Docker::Build-Image on Linux server
      Support • • PhilipWhite  

      6
      0
      Votes
      6
      Posts
      22
      Views

      atripp

      Hi @PhilipWhite , You're correct, this is a regression in the validation code... if (!value.All(c => (char.IsLetterOrDigit(c) && char.IsLower(c)) || c == '.' || c == '_' || c == '-' || c == '/')) return new ValidationResults(false, $"Docker Repository names may only contain lowercase letters, digits, periods, underscores, slashes, or dashes."); I guess we recently added char.IsLower because UpperCase characters caused all sorts of problems.... easy fix, and easy work around. Just enter blah in the Repository name field, Click Save Click "view all" Click on the Docker repository in that view, edit We'll get this fixed for teh next maintenance release via BM-3932 Cheers, Alana
    • P

      [BM] Error checking out code on Linux server
      Support • • PhilipWhite  

      11
      0
      Votes
      11
      Posts
      40
      Views

      P

      @atripp Thanks, I installed 23.0.10 this morning and the git checkout task succeeds on the RedHat server. Next step is getting the docker build task to succeed. I may open a separate post for that.
    • 1 / 1