Skip to content

Commit 4f8811c

Browse files
authored
Use Jenkinsfile for builds - Take 2 (#12)
* Use Jenkinsfile for builds * Comment out overridden values and use defaults (6.0.3.GA now)
1 parent c16851d commit 4f8811c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Jenkinsfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@Library('pipeline-library') _
2+
3+
buildModule {
4+
// defaults:
5+
//nodeVersion = '4.7.3' // Must have version set up on Jenkins master before it can be changed
6+
//sdkVersion = '6.0.3.GA'
7+
//androidAPILevel = '23' // if changed, must install on build nodes
8+
}

0 commit comments

Comments
 (0)