jenkins/criu-lazy-migration: clean old files

Otherwise files from a previous build can affect the current one.

Reported-by: Mr Jenkins
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Andrei Vagin 2018-09-14 02:13:36 +03:00 committed by Andrei Vagin
parent b44eaddb29
commit 4ce3fc0b98

View file

@ -13,6 +13,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'git clean -dxf'
sh 'make'
sh 'make -C test/zdtm'
}