We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'ä¸æ��
The text was updated successfully, but these errors were encountered:
ba71751
No branches or pull requests
reproduce Jenkinsfile content:
validate result is:
The text was updated successfully, but these errors were encountered: