Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console parsing input text for colored html link #4907

Open
3 tasks done
cduchenoy opened this issue Feb 27, 2025 · 0 comments
Open
3 tasks done

Console parsing input text for colored html link #4907

cduchenoy opened this issue Feb 27, 2025 · 0 comments
Labels
bug Something isn't working ui frontend related

Comments

@cduchenoy
Copy link
Contributor

Component

web-ui

Describe the bug

Text parsing of an http link printed in color on the output console adds a span tag to the HTML

Image

Steps to reproduce

  • Example pipeline
  - name: test
    image: alpine:3.21
    commands:
      - NOCOLOR='\\033[0m'
      - BLUE='\\033[0;34m'
      - echo -e "$${BLUE}https://docs.astral.sh/ruff/rules/pytest-fixture-positional-args/$${NOCOLOR}"
      - echo "https://docs.astral.sh/ruff/rules/pytest-fixture-positional-args"

Expected behavior

No response

System Info

{
source: "https://github.com/woodpecker-ci/woodpecker",
version: "3.0.1"
}

Additional context

No response

Validations

  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Checked that the bug isn't fixed in the next version already [https://woodpecker-ci.org/versions]
@cduchenoy cduchenoy added the bug Something isn't working label Feb 27, 2025
@qwerty287 qwerty287 added the ui frontend related label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui frontend related
Projects
None yet
Development

No branches or pull requests

2 participants