提交jenkins自动化流水线
This commit is contained in:
Vendored
-1
@@ -59,7 +59,6 @@ pipeline {
|
||||
|
||||
// 2. 直接给 gradlew 加权限(不进入目录)
|
||||
sh "chmod +x Android/gradlew"
|
||||
|
||||
// 3. 直接执行编译(核心:Android/gradlew)
|
||||
sh "Android/gradlew assembleRelease --offline -g ${WORKSPACE}/gradle-home -p Android"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user