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

virtualenv task creating a new virtualenv without the clean flag set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • shiningpanda-plugin
    • None
    • Jenkins ver. 1.544
      ShiningPanda Plugin ver 0.20

      All other plugins are up to date at the time of writing this ticket.

      A job with some standard steps in it like:

      • VirtualEnv Builder clean=True
        $ pip install -r requirements.txt
      • VirtualEnv Builder clean=False
        $ python manage.py syncdb --noinput
      • VirtualEnv Builder clean=False
        $ python manage.py migrate
      • VirtualEnv Builder clean=False
        $ python manage.py tests

      Will decide to create an entirely new virtualenv at one of the steps that have clean not set.

      This of course breaks the build and makes the job useless

      I had this multiple times before in other jobs and the only solution seems to be to clear out all the steps and recreate them and then hope that it will work as expected.

            Unassigned Unassigned
            mobpro2 Mobpro Mobpro
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: