Add cofnig jenkins API + install node on server + install pip in jenkins docker
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user