Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
21f8ccd4
Unverified
Commit
21f8ccd4
authored
Aug 02, 2019
by
aslepko
Committed by
GitHub
Aug 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update jenkins-trigger.groovy
parent
ac02fb90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
jenkins-trigger.groovy
.ci/jenkins/jenkins-trigger.groovy
+9
-3
No files found.
.ci/jenkins/jenkins-trigger.groovy
View file @
21f8ccd4
...
...
@@ -24,7 +24,7 @@
// Parameters which ngraph-unittest uses:
String
PR_URL
=
CHANGE_URL
String
PR_COMMIT_AUTHOR
=
CHANGE_AUTHOR
String
JENKINS_BRANCH
=
"
master
"
String
JENKINS_BRANCH
=
"
aslepko/r0.22
"
Integer
TIMEOUTTIME
=
"3600"
// BRANCH parameter is no loner needed
// TRIGGER_URL parameter is no longer needed
...
...
@@ -40,14 +40,20 @@ timestamps {
deleteDir
()
// Clear the workspace before starting
// Clone the cje-algo directory which contains our Jenkins groovy scripts
git
(
branch:
JENKINS_BRANCH
,
changelog:
false
,
poll:
false
,
url:
'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.
//
// NOTE: We keep the main job script in github.intel.com because it may
// contain references to technology which has not yet been released.
//
echo
"Calling ngraph-ci-premerge.groovy"
def
ngraphCIPreMerge
=
load
(
"${JENKINS_DIR}/ngraph-ci-premerge.groovy"
)
ngraphCIPreMerge
(
PR_URL
,
PR_COMMIT_AUTHOR
,
JENKINS_BRANCH
,
TIMEOUTTIME
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment