Skip to content

Commit

Permalink
Use Jenkinsfile for builds (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Mar 24, 2017
1 parent 05d17f5 commit 91fe2d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@Library('pipeline-library') _

buildModule {
// defaults:
//nodeVersion = '4.7.3' // Must have version set up on Jenkins master before it can be changed
//sdkVersion = '6.0.3.GA'
//androidAPILevel = '23' // if changed, must install on build nodes
}

0 comments on commit 91fe2d5

Please sign in to comment.