jenkinsfile for weekly beta build (#1649)

* Nightly Beta Jenkinsfile

* debug message in makefile

* debug

* debug

* debug

* debug

* revert changes to fastlane
This commit is contained in:
Derrick Anderson 2018-05-01 09:29:49 -04:00 committed by Elias Nahum
parent ad21a8cfb2
commit d721aaac86

7
builds/nightlybeta/Jenkinsfile vendored Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/groovy
@Library('shared-pipelines') _
mobile_daily_beta {
BRANCH = "master"
}