fix: 移除调试阶段,简化 Jenkinsfile 部署流程

This commit is contained in:
2025-10-19 23:33:46 +08:00
parent d70bb9f596
commit 423900e092

View File

@ -3,17 +3,6 @@ pipeline {
stages { stages {
stage('debug') {
steps {
script {
sh 'pwd'
sh 'ls -la'
sh 'docker --version'
sh 'docker compose version || docker-compose --version'
}
}
}
stage('Deploy') { stage('Deploy') {
steps { steps {
script { script {