Skip to content

Instantly share code, notes, and snippets.

@evasilchenko
Created December 2, 2016 05:35
Show Gist options
  • Save evasilchenko/162f6439119bad065e9fe45a55a193fc to your computer and use it in GitHub Desktop.
Save evasilchenko/162f6439119bad065e9fe45a55a193fc to your computer and use it in GitHub Desktop.
stage ("Install Application Dependencies") {
sh '''
source bin/activate
pip install -r <relative path to requirements file>
deactivate
'''
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment