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
Paste the output here
docker中安装的CentOS_Stream_8_Jenkins
yum -y install java-11-openjdk && wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo && rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key && yum -y install jenkins
systemctl daemon-reload systemctl start jenkins systemctl enable jenkins
完整的汉化
局部汉化
No response
The text was updated successfully, but these errors were encountered:
同样的步骤在实机 同样的操作系统下 中文是较为正常的
Sorry, something went wrong.
如果是第一次安装,默认安装中文包,出现了局部汉化。 什么都不要折腾。重启下jenkins容器或者jenkins服务即可。(看个人怎么部署的) 我刚刚实测 2.426.1 版本。 docker-compose部署的。
No branches or pull requests
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
docker中安装的CentOS_Stream_8_Jenkins
Reproduction steps
yum -y install java-11-openjdk
&& wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
&& rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
&& yum -y install jenkins
systemctl daemon-reload
systemctl start jenkins
systemctl enable jenkins
Expected Results
完整的汉化
Actual Results
局部汉化

Anything else?
No response
The text was updated successfully, but these errors were encountered: