Skip to content

Commit

Permalink
Use Jenkinsfile for builds (#39)
Browse files Browse the repository at this point in the history
* Use Jenkinsfile for builds

* Rename iphone directory to ios

* Comment out overridden values and use defaults (6.0.3.GA now)
  • Loading branch information
sgtcoolguy committed Mar 23, 2017
1 parent 758290a commit 9e7702f
Show file tree
Hide file tree
Showing 23 changed files 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
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9e7702f

Please sign in to comment.