diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index 121c4610..a4433eaf 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -126,18 +126,18 @@ pipeline { ''' } } -// stage('开始归档项目') { -// steps { -// sh """ -// xcodebuild archive \\ -// -project ${APP_DIR}/${PROJECT_NAME}.xcodeproj \\ -// -scheme ${SCHEME_NAME} \\ -// -configuration ${CONFIGURATION} \\ -// -archivePath ${ARCHIVE_PATH} -// """ -// -// } -// } + stage('开始归档项目') { + steps { + sh """ + xcodebuild archive \\ + -project ${APP_DIR}/${PROJECT_NAME}.xcodeproj \\ + -scheme ${SCHEME_NAME} \\ + -configuration ${CONFIGURATION} \\ + -archivePath ${ARCHIVE_PATH} + """ + + } + } } post {