From c5c06076419dd0dffe752e0ac221afcee10a6006 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 22 Jun 2017 13:58:45 -0700 Subject: [PATCH] Install nodejs for gerrit builds Building gerrit requires nodejs so add it to the list of our system build deps. Change-Id: I77c56e5d37a94a0f4c1e8b1f1e5cdf7b61638410 --- jenkins/jobs/gerrit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/jobs/gerrit.yaml b/jenkins/jobs/gerrit.yaml index b080edafc7..2380f3235e 100644 --- a/jenkins/jobs/gerrit.yaml +++ b/jenkins/jobs/gerrit.yaml @@ -33,6 +33,7 @@ sudo bash -c "echo 'ant-optional' >> /usr/local/jenkins/common_data/bindep-fallback.txt" sudo bash -c "echo 'default-jdk' >> /usr/local/jenkins/common_data/bindep-fallback.txt" sudo bash -c "echo 'asciidoc' >> /usr/local/jenkins/common_data/bindep-fallback.txt" + sudo bash -c "echo 'nodejs' >> /usr/local/jenkins/common_data/bindep-fallback.txt" - job: name: gate-gerrit-buck