提交jenkins自动化流水线
This commit is contained in:
+2
-3
@@ -76,10 +76,9 @@ pipeline {
|
||||
steps {
|
||||
echo "========== 🗑️清理旧构建内容 =========="
|
||||
sh """
|
||||
xcodebuild clean -workspace ${PROJECT_NAME}.xcworkspace \\
|
||||
xcodebuild clean -workspace ${PROJECT_NAME}.xcodeproj \\
|
||||
-scheme ${SCHEME_NAME} \\
|
||||
-configuration ${configuration} \\
|
||||
clean
|
||||
-configuration ${configuration}
|
||||
"""
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user