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

Update jenkins-trigger.groovy

parent 6a180d64
......@@ -26,7 +26,7 @@ String PR_URL = CHANGE_URL
String PR_COMMIT_AUTHOR = CHANGE_AUTHOR
String PR_TARGET = CHANGE_TARGET
String PR_LABEL = CHANGE_LABEL
String JENKINS_BRANCH = "master"
String JENKINS_BRANCH = "aslepko/ci"
Integer TIMEOUTTIME = "3600"
// BRANCH parameter is no loner needed
// TRIGGER_URL parameter is no longer needed
......@@ -58,7 +58,7 @@ timestamps {
echo "Calling ngraph-ci-premerge.groovy"
def ngraphCIPreMerge = load("${JENKINS_DIR}/ngraph-ci-premerge.groovy")
ngraphCIPreMerge(PR_URL, PR_COMMIT_AUTHOR, JENKINS_BRANCH, TIMEOUTTIME, PR_TARGET)
ngraphCIPreMerge(PR_URL, PR_COMMIT_AUTHOR, JENKINS_BRANCH, TIMEOUTTIME, PR_TARGET, PR_LABEL)
echo "ngraph-ci-premerge.groovy completed"
} // End: node
......
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