This commit is contained in:
Emmanuel Cazenave 2018-04-25 18:07:48 +02:00
parent 924e82d49b
commit 51b9fd668a
2 changed files with 1 additions and 7 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
utils.publish_cobertura_report('**/coverage.xml')
utils.mail_notify(currentBuild, env, 'admin+jenkins-combo@entrouvert.com')
}
cleanWs()
//cleanWs()
}
}
}

View File

@ -1,11 +1,5 @@
#!/bin/sh -xue
# virtualenv --python=python2.7 jenkins_venv
# . jenkins_venv/bin/activate
test -d wcs || git clone http://git.entrouvert.org/wcs.git
(cd wcs && git pull)
# pip install --upgrade tox
tox -rv