Skip to content
Snippets Groups Projects
Commit 08569fc9 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Update Jenkinsfile

parent f1841604
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,14 @@ node { ...@@ -12,11 +12,14 @@ node {
pip install selenium pip install selenium
cp VIPSWeb/local_settings_sample.py VIPSWeb/local_settings.py cp VIPSWeb/local_settings_sample.py VIPSWeb/local_settings.py
./manage.py collectstatic ./manage.py collectstatic
#./manage.py test lmtweb.tests.MySeleniumTests.test_login ./manage.py runserver &
#./manage.py test ./manage.py test
""" """
} }
stage 'Build' stage ('Build') {
}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment