Skip to content

Support Gitlab ANSI section #1703

@firecow

Description

@firecow

Is your feature request related to a problem? Please describe.

      function section_start() {
        local id="${1}"
        local title="${2}"
        echo -e "\e[0Ksection_start:$(date +%s):${id}\r\e[0K${title}"
      }
      function section_end() {
        local id="${1}"
        echo -e "\e[0Ksection_end:$(date +%s):${id}\r\e[0K"
      }

Describe the solution you'd like
I would like gitlab-ci-local to print and make a timing like Gitlab CI/CD does, when sections are used

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureFeature missing according to gitlab ci standard

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions