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:
parent
ad21a8cfb2
commit
d721aaac86
1 changed files with 7 additions and 0 deletions
7
builds/nightlybeta/Jenkinsfile
vendored
Normal file
7
builds/nightlybeta/Jenkinsfile
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/groovy
|
||||
|
||||
@Library('shared-pipelines') _
|
||||
|
||||
mobile_daily_beta {
|
||||
BRANCH = "master"
|
||||
}
|
||||
Loading…
Reference in a new issue