20250423 jenkinsfile脚本调试 -1
All checks were successful
gitea-Liang/pipeline/head This commit looks good

This commit is contained in:
liangjinglin 2025-04-23 19:21:56 +08:00
parent bc7fdb8918
commit 0c42af6c83

1
Jenkinsfile vendored
View File

@ -15,6 +15,7 @@ pipeline {
stage('Deploy') {
steps {
sh 'echo publish'
sh 'echo "当前目录路径: $(pwd)"'
}
}
}