提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-28 23:04:21 +08:00
parent 420a1de589
commit 05b9aad187
Vendored
+1 -1
View File
@@ -5,7 +5,7 @@ pipeline {
}
environment {
UNIAPP_APP_ID = '__UNI__EDE0E52'
ANDROID_ASSETS_DIR = "Android/app/src/main/assets/apps/${UNIAPP_APP_ID}/www"
ANDROID_ASSETS_DIR = "Android/simpleDemo/src/main/assets/apps/${UNIAPP_APP_ID}/www"
}
stages {
stage('打印环境变量') {