Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-28509

Deployer Plugin doesn't support ruby deployments

XMLWordPrintable

      Both deployment options offered don't correctly deploy a ruby project.

      Git Deployment Option:
      Git deployment of ruby source code is completely broken. It deletes all of the local files and folders and places a .gz file in Openshift repository. Instead, the deployer plugin should copy the source code into the app-root/repo folder and run bundle install after to activate the project.

      Binary Deployment Option:
      Binary deployment of ruby source code seems to copy the the files correctly into the app-root/repo folder but doesn't trigger a bundle install inside OpenShift leading to gem issues. Action_hooks seem to be ignored.

            Unassigned Unassigned
            sparekh Shaishav Parekh
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: