From a99187cbc4582bd1ccca678d4f2d40a36f9744f5 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 1 Sep 2021 12:42:18 +0000 Subject: [PATCH] updating the test jenkinsfiles --- jenkins-pipeline/Jenkinsfile.001 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-pipeline/Jenkinsfile.001 b/jenkins-pipeline/Jenkinsfile.001 index 9a47167..f7a5c54 100644 --- a/jenkins-pipeline/Jenkinsfile.001 +++ b/jenkins-pipeline/Jenkinsfile.001 @@ -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" } }