diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index 5e1be5a6..11eeea6f 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -77,6 +77,7 @@ pipeline { steps { echo "========== 🗑️清理旧构建内容 ==========" sh "cd ${APP_DIR}" + sh "pwd" sh "ls -la" sh """ xcodebuild clean \\