0

Is there a way to integrate virtualbox with jenkins so we can have our deployment pipeline associated with our virtual box machines?

We are currently using the Build Pipeline Plugin.

Stephen H. Anderson
  • 978
  • 4
  • 18
  • 45

1 Answers1

0

This plugin helps to integrate virtual box with jenkins:https://wiki.jenkins-ci.org/display/JENKINS/VirtualBox+Plugin. And Build-pipeline plugin can be deployed anywhere.

  • However, how can I keep track of where binaries were generated? So I can always search from a Binary back and find what Virtual Machine, Source Code Revision, etc. was used? – Stephen H. Anderson Mar 17 '16 at 12:29