Skip to content

Commit

Permalink
Adding reference to the new Vagrant box with Jenkins plugins and jobs…
Browse files Browse the repository at this point in the history
… installed
  • Loading branch information
sauliuz committed Apr 24, 2014
1 parent 5d0bc71 commit 4dda190
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Vagrant/
.idea/*
/.idea
Vagrant/boxes
Vagrant/.vagrant
tools/Vagrant/boxes
tools/Vagrant/.vagrant

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion tools/Vagrant/.vagrant/machines/master/virtualbox/id

This file was deleted.

2 changes: 1 addition & 1 deletion tools/Vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-i386-vagrant-disk1.box
# Also: http://www.vagrantbox.es

config.vm.box_url = "https://s3.amazonaws.com/apigee_dz/apigee-ci-v1.0.box"
config.vm.box_url = "https://s3.amazonaws.com/apigee_dz/apigee-ci-v1.1.box"

config.vm.define "master" do |master|
master.vm.box = "master"
Expand Down

0 comments on commit 4dda190

Please sign in to comment.