updating the test jenkinsfiles

This commit is contained in:
hyung-hwan 2021-09-01 12:41:11 +00:00
parent b8c4edef55
commit 6bbf5ee4f4

View File

@ -66,7 +66,7 @@ pipeline {
stage('Build') {
steps {
echo "Do build for ${BUILD_TYPE} on ${PLATFORM}"
sh "cd ${THIS_PROJECT} && ./configure && make"
sh "cd ${THIS_PROJECT} && touch -r * */* */*/* && ./configure && make"
}
}