Skip to content

Commit 1c46791

Browse files
openeuler-ci-botgitee-org
openeuler-ci-bot
authored andcommitted
!40 【轻量级 PR】:jenkins: Fix spelling mistakes
From: @caohongtao1 Reviewed-by: @mywaaagh_admin Signed-off-by: @mywaaagh_admin
2 parents 46524c8 + 67c8130 commit 1c46791

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/README.en

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ For security reasons, openEuler defines TMOUT=300 in the /etc/bashrc file to dis
88
Because Microsoft has modified the network configuration, if you use VPN or other software, please shut down VPN, restart the computer to try to fix the problem. If you're not using a VPN, a reboot can usually fix the problem too.
99

1010
# Where do I get Help?
11-
If you encounter problems, please first go to the search engine search error, normally you wll find answers.
11+
If you encounter problems, please first go to the search engine search error, normally you will find answers.
1212
If a solution is not found, you can refer to Microsoft WSL official documentation: https://docs.microsoft.com/zh-cn/windows/wsl/install-manual
1313
If there is still no solution, welcome to https://gitee.com/openeuler/wsl/issues, asking questions, we will try to answer your questions.

jenkins/app/jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pipeline {
88
stages {
99
stage('build wsl app') {
1010
steps {
11-
// this will set pipline project in first run
11+
// this will set pipeline project in first run
1212
script {
1313
properties([
1414
giteeConnection('gitee'),

jenkins/wsl-ci/jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
stages {
1111
stage('prepare') {
1212
steps {
13-
// this will set pipline project in first run
13+
// this will set pipeline project in first run
1414
script {
1515
properties([giteeConnection('gitee')])
1616
}

0 commit comments

Comments
 (0)