a2ba27a2f8
Change-Id: I1ee5845dc1c0a613b53d1acd6ffd28180c2b41bc Signed-off-by: Kien Ha <kienha9922@gmail.com>
17 lines
484 B
YAML
17 lines
484 B
YAML
builders:
|
|
- kmap:
|
|
username: user@user.com
|
|
password: password
|
|
url: http://foo.com/kmap-client/
|
|
categories: Productivity
|
|
file-path: ${WORKSPACE}/path/to/file.extension
|
|
app-name: AppName
|
|
bundle: foo.apk
|
|
version: b${BUILD_NUMBER}_r${SVN_REVISION}
|
|
description: description
|
|
icon-path: ${WORKSPACE}/target/application.png
|
|
publish-optional: true
|
|
groups: MobileUsers
|
|
users: user@user.com
|
|
notify-users: true
|