提交jenkins自动化流水线
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
UNIAPP_APP_ID = '__UNI__EDE0E52'
|
UNIAPP_APP_ID = '__UNI__EDE0E52'
|
||||||
ANDROID_ASSETS_DIR = "android/app/src/main/assets/apps/${UNIAPP_APP_ID}/www"
|
ANDROID_ASSETS_DIR = "Android/app/src/main/assets/apps/${UNIAPP_APP_ID}/www"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('打印环境变量') {
|
stage('打印环境变量') {
|
||||||
|
|||||||
Reference in New Issue
Block a user