Commit 4ce3fc0b authored by Andrei Vagin's avatar Andrei Vagin Committed by Andrei Vagin

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: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent b44eaddb
...@@ -13,6 +13,7 @@ pipeline { ...@@ -13,6 +13,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'git clean -dxf'
sh 'make' sh 'make'
sh 'make -C test/zdtm' sh 'make -C test/zdtm'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment