Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Use box with xcode10.1 in publish and nightly jobs

  • Loading branch information
joseph-cliqz authored and mahmoud-adam85 committed Mar 5, 2019
1 parent 7cbafcc commit 739f6792cdd134668066c6312305a52859a91a9e
Showing with 3 additions and 3 deletions.
  1. +1 −1 Jenkinsfile.nightly
  2. +1 −1 Jenkinsfile.publish
  3. +1 −1 LumenJenkinsfile.nightly
@@ -13,7 +13,7 @@ node('gideon') {

writeFile file: 'Vagrantfile', text: '''
Vagrant.configure("2") do |config|
config.vm.box = "browser-ios-10.13.6"
config.vm.box = "xcode-10.1"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "nightlyios" do |nightlyios|
@@ -11,7 +11,7 @@ node('gideon') {

writeFile file: 'Vagrantfile', text: '''
Vagrant.configure("2") do |config|
config.vm.box = "browser-ios-10.13.6"
config.vm.box = "xcode-10.1"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "publishios" do |publishios|
@@ -13,7 +13,7 @@ node('gideon') {

writeFile file: 'Vagrantfile', text: '''
Vagrant.configure("2") do |config|
config.vm.box = "browser-ios-10.13.6"
config.vm.box = "xcode-10.1"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "nightlylumen" do |nightlylumen|

0 comments on commit 739f679

Please sign in to comment.