Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created November 23, 2016 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/5fabeed44f957859a099ca33ecc79297 to your computer and use it in GitHub Desktop.
Save harlowja/5fabeed44f957859a099ca33ecc79297 to your computer and use it in GitHub Desktop.
{% block ${project}_base_footer %}
ADD plugins-archive /
RUN cp /plugins/jenkins/jenkins.json /jenkins.json
RUN /var/lib/kolla/venv/bin/pip --no-cache-dir \
install --upgrade -c requirements/upper-constraints.txt \
-r ${project}/test-requirements.txt \
-r ${project}/requirements.txt
RUN /var/lib/kolla/venv/bin/pip --no-cache-dir \
install os-testr -c requirements/upper-constraints.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment