Add cofnig jenkins API + install node on server + install pip in jenkins docker

This commit is contained in:
2019-04-25 11:20:03 +09:00
parent 9b6fb43390
commit c3d98b2c2a
3 changed files with 84 additions and 1 deletions

View File

@ -8,6 +8,8 @@ rm /root/sdk-tools-linux-4333796.zip
yes | /root/tools/bin/sdkmanager "platforms;android-28" --sdk_root=/opt/android-sdk
apt-get update
apt-get install -y curl
apt-get install -y curl python3-pip
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get install -y nodejs
git config --global http.sslverify "false"