提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-28 23:14:21 +08:00
parent c73cc68fdb
commit db8f638be4
Vendored
-6
View File
@@ -8,12 +8,6 @@ pipeline {
ANDROID_ASSETS_DIR = "Android/simpleDemo/src/main/assets/apps/${UNIAPP_APP_ID}/www"
}
stages {
stage('清空工作区') {
steps {
echo '✅ 开始清空工作区...'
cleanWs() // 清空整个工作区(最干净)
}
}
stage('打印环境变量') {
steps {
echo "使用的 UNIAPP_APP_ID${env.UNIAPP_APP_ID}"