Jenkins file change to not require Xcode9 node

This commit is contained in:
Derek Knight (mac) 2019-09-11 10:55:24 +12:00
parent 29a23cdc76
commit 0c2e16d287
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
properties([buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))])
node('Xcode9') {
node('Xcode') {
try {
stage ('Build') {