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

Other build environment plugins aren't compatible with the Docker Build Environment Plugin

      Other Jenkins plugins that influence the build environment such as the SSH Agent Plugin are executed on the host system instead of the docker container and therefore don't work for the build anymore.

      The problem seems to be a design issue of the plugin. I don't know whether or how this can be implemented, but everything except the scm checkout should be run within the docker container.

          [JENKINS-29677] Other build environment plugins aren't compatible with the Docker Build Environment Plugin

          I guess this issue is due to concurrent buildWrappers configured on your project, one of them to run ssh-agent, the other to execute in docker. Depending execution order you won't get the expected result. Would then need to determine how to enforce BuildWrapper priority.

          Nicolas De Loof added a comment - I guess this issue is due to concurrent buildWrappers configured on your project, one of them to run ssh-agent, the other to execute in docker. Depending execution order you won't get the expected result. Would then need to determine how to enforce BuildWrapper priority.

            jonhermansen Jon Hermansen
            emicify Michael Süß
            Votes:
            4 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: