Unverified Commit e75b5e58 authored by aslepko's avatar aslepko Committed by GitHub

Update jenkins-trigger.groovy

parent d5cfaf08
......@@ -38,15 +38,7 @@ timestamps {
def sleeptime=0
retry(count: 3) {
sleep sleeptime; sleeptime = 10
sh "git clone -b $jenkinsBranch https://github.intel.com/AIPG/cje-algo"
}
try {
sh "git clone -b $JENKINS_BRANCH https://github.intel.com/AIPG/cje-algo ."
} catch (e) {
echo "${e}"
println("ERROR: An error occurred during cje-algo script checkout.")
throw e
}
// Call the main job script.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment