Update Jenkinsfile
This commit is contained in:
parent
c25daef240
commit
cab22d6382
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -79,7 +79,7 @@ pipeline {
|
|||||||
echo "===============================安装SSH Client========================================"
|
echo "===============================安装SSH Client========================================"
|
||||||
sh '''
|
sh '''
|
||||||
# 基于 Debian 镜像的 Jenkins(官方镜像默认是 Debian)
|
# 基于 Debian 镜像的 Jenkins(官方镜像默认是 Debian)
|
||||||
apt-get update && apt-get install -y openssh-client
|
sudo apt-get update && apt-get install -y openssh-client
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user