commit | a5a511dd078836ae9944f7d63d41a8e0212e0447 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@opennetworking.org> | Tue Aug 01 13:54:09 2017 -0700 |
committer | Jonathan Hart <jono@opennetworking.org> | Tue Aug 01 13:54:09 2017 -0700 |
tree | fa98bcfa6303273f7e90f04cdaaeb7bdc3945406 | |
parent | 46c952d241caff00514a8bff42f75e8ac08960b6 [diff] [blame] |
Update Jenkins hostname to fix build. Also added .gitignore entry for new subrepos. Change-Id: I1eb82a3228b4fc8e345db706000c4ae9ee086fdd
diff --git a/Jenkinsfile b/Jenkinsfile index 6a2a67e..dcd0b97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -1,4 +1,4 @@ -node ('host-master') { +node ('master') { stage 'Checkout code' checkout([$class: 'RepoScm', currentBranch: true, manifestRepositoryUrl: 'https://gerrit.opencord.org/manifest', quiet: true])