I have a Jenkins instance setup for our Django projects where we create a virtualenv as a deployable artifact. All of our code is owned by a user called webapp and so the virtualenv has to be created with that user. Because of this, I find myself doing sudo -u webapp <command> quite often in the Jenkins job. My question is what is the best practice for doing something like this? This is becoming a problem when I want to execute commands that only exist inside the virtualenv.
Thanks in advance, Ci-Ci -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
