diff --git a/AutomatedReview/Jenkinsfile b/AutomatedReview/Jenkinsfile index 20aada9fc6..cbeff8cd05 100644 --- a/AutomatedReview/Jenkinsfile +++ b/AutomatedReview/Jenkinsfile @@ -373,7 +373,6 @@ def CheckoutRepo(boolean disableSubmodules = false) { } palSh('git lfs install', 'Git LFS Install') palSh('git lfs pull', 'Git LFS Pull') -} // CHANGE_ID is used by some scripts to identify uniquely the current change (usually metric jobs) palSh('git rev-parse HEAD > commitid', 'Getting commit id')