Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

apt-get install -y python build-essential python-bashate
wget https://bootstrap.pypa.io/get-pip.py
python2 get-pip.py

Get ICN repository:

cd ~
git clone "https://gerrit.akraino.org/r/icn"
cd icn/ci

Update Jenkins to the latest version available (2.238 at time of writing):
sed -i "s/2.192/\"2.238\"/" vars.yaml

...