mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
Merge branch 'master' of https://github.com/TreasonableShorebirds/spring-petclinic
This commit is contained in:
commit
3de30f7139
1 changed files with 2 additions and 1 deletions
|
@ -13,13 +13,14 @@
|
|||
"iso_checksum_type": "md5",
|
||||
"headless": "{{ user `non_gui` }}",
|
||||
"output_directory": "builds",
|
||||
"vm_name": "CentOS7",
|
||||
"vm_name": "jenkins_centos",
|
||||
"guest_os_type": "RedHat_64",
|
||||
"disk_size": "10240",
|
||||
"vboxmanage": [
|
||||
["modifyvm", "{{.Name}}", "--memory", "2048"],
|
||||
["modifyvm", "{{.Name}}", "--cpus", "2"],
|
||||
["modifyvm", "{{.Name}}", "--audio", "none"],
|
||||
["modifyvm", "{{.Name}}", "--nic1", "bridged"],
|
||||
["modifyvm", "{{.Name}}", "--usb", "off"]
|
||||
],
|
||||
"http_directory": "src",
|
||||
|
|
Loading…
Reference in a new issue