Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: shiningpanda
Created: 19/Dec/13 12:06 PM
Description:

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.

Environment: Jenkins ver. 1.544
ShiningPanda Plugin ver 0.20

All other plugins are up to date at the time of writing this ticket.
Project: Jenkins
Priority: Major Major
Reporter: Mobpro Mobpro
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to