Install nodejs for gerrit builds
Building gerrit requires nodejs so add it to the list of our system build deps. Change-Id: I77c56e5d37a94a0f4c1e8b1f1e5cdf7b61638410
This commit is contained in:
parent
d3b5673e47
commit
c5c0607641
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user