Update Jenkinsfile
This commit is contained in:
parent
d6c016f44a
commit
8692055be2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -78,7 +78,7 @@ pipeline {
|
||||
steps {
|
||||
echo "===============================安装SSH Client========================================"
|
||||
sh '''
|
||||
su - root -c "
|
||||
su - root -s /bin/bash -c "
|
||||
apt-get update -y &&
|
||||
apt-get install -y openssh-client curl vim &&
|
||||
apt-get clean # 清理缓存,减小容器体积
|
||||
|
||||
Loading…
Reference in New Issue
Block a user