提交jenkins自动化流水线
This commit is contained in:
Vendored
+1
-1
@@ -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('打印环境变量') {
|
||||
|
||||
Reference in New Issue
Block a user