Update Jenkinsfile

This commit is contained in:
木鱼和金鱼 2026-01-23 15:42:30 +08:00 committed by GitHub
parent d6c016f44a
commit 8692055be2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View File

@ -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 # 清理缓存,减小容器体积