Commit Graph

2 Commits

Author SHA1 Message Date
YuanXuan 0bfb1e67e0 fix(ci): escape EXTRA_ARGS in Jenkinsfile GString
Groovy interpolated $EXTRA_ARGS as a pipeline binding property, which
raised MissingPropertyException and skipped flutter build apk. Prefix
dollar signs with backslash so the shell receives literal $EXTRA_ARGS.

Made-with: Cursor
2026-03-24 10:17:29 +08:00
Max 96adc5cd91 build(jenkins): add Jenkins pipeline for Android and dynamic app update script 2026-03-24 09:48:29 +08:00