updating the test jenkinsfiles
This commit is contained in:
parent
6bbf5ee4f4
commit
a99187cbc4
@ -66,7 +66,7 @@ pipeline {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo "Do build for ${BUILD_TYPE} on ${PLATFORM}"
|
||||
sh "cd ${THIS_PROJECT} && touch -r * */* */*/* && ./configure && make"
|
||||
sh "cd ${THIS_PROJECT} && touch -r * */* && ./configure && make"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user