move PR pipeline to macos_pr nodes

This commit is contained in:
Roman Volosovskyi 2018-07-26 16:09:25 +03:00
parent b9cbb28663
commit dc23ce2803
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ def installJSDeps() {
} }
timeout(90) { timeout(90) {
node ('macos') { node ('macos_pr') {
def apkUrl = '' def apkUrl = ''
def ipaUrl = '' def ipaUrl = ''
def testPassed = true def testPassed = true