Update Jenkinsfile

This commit is contained in:
木鱼和金鱼 2026-01-23 15:05:32 +08:00 committed by GitHub
parent c25daef240
commit cab22d6382
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View File

@ -79,7 +79,7 @@ pipeline {
echo "===============================安装SSH Client========================================"
sh '''
# 基于 Debian 镜像的 Jenkins官方镜像默认是 Debian
apt-get update && apt-get install -y openssh-client
sudo apt-get update && apt-get install -y openssh-client
'''
}
}