fix(ci): remove git reset command from Jenkinsfile

- By default, eNB_CommitID is set as 'develop' in the config
       - When OAI-FLEXRIC-RAN-Integration-Test is triggered by upstream FlexRIC push events, it takes `develop`
       - Triggered by RAN takes commit SHA where `origin/SHA` does not work
This commit is contained in:
Shubhika Garg
2026-02-06 09:54:31 +01:00
parent 9777d23173
commit 824d9035c1

View File

@@ -115,7 +115,6 @@ pipeline {
} else {
sh "git fetch"
sh "git checkout -f ${commitID}"
sh "git reset --hard origin/${commitID}"
}
} else {
echo "\u274C Some parameters are missing"