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

bug: Jenkinsfile returns unknown characters if it contains Chinese characters. #1

Closed
yeshan333 opened this issue May 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@yeshan333
Copy link
Owner

reproduce Jenkinsfile content:

pipeline {
    agent any

    stages {
        stage('Hello中文>>>>>') {
            steps {
                echo 'Hello Worl中文
            }
        }
    }
}

validate result is:

Errors encountered validating Jenkinsfile:
WorkflowScript: 6: unexpected char: 0xB8 @ line 6, column 36.
                   echo 'Hello World'中�
@yeshan333 yeshan333 added the bug Something isn't working label May 11, 2024
@yeshan333 yeshan333 pinned this issue May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant