jenkins打包不上传包体

main
Yurui 2025-12-17 16:49:39 +08:00
parent eb20e85af9
commit 0d919616f2
5 changed files with 10 additions and 10 deletions

View File

@ -311,7 +311,7 @@ pipeline {
}
}
}
stage('上传apk') {
/*stage('上传apk') {
steps {
script {
//
@ -370,7 +370,7 @@ pipeline {
}
}
}
}
}*/
stage('发布debug版本号') {
steps {
script {

View File

@ -186,7 +186,7 @@ pipeline {
}
}
}
stage('上传apk') {
/*stage('上传apk') {
steps {
script {
//
@ -233,7 +233,7 @@ pipeline {
}
}
}
}
}*/
stage('归档') {
steps {
script {

View File

@ -254,7 +254,7 @@ pipeline {
}
}
}
stage('上传apk') {
/*stage('上传apk') {
steps {
script {
//
@ -303,7 +303,7 @@ pipeline {
}
}
}
}
}*/
stage('归档') {
steps {
script {

View File

@ -311,7 +311,7 @@ pipeline {
}
}
}
stage('上传IPA') {
/*stage('上传IPA') {
steps {
script {
//
@ -334,7 +334,7 @@ pipeline {
}
}
}
}
}*/
stage('发布debug版本号') {
steps {
script {

View File

@ -209,7 +209,7 @@ pipeline {
}
}
stage('上传IPA') {
/*stage('上传IPA') {
steps {
script {
//
@ -240,7 +240,7 @@ pipeline {
}
}
}
}
}*/
stage('归档') {
steps {
script {