Versions Compared

Key

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

...

6. Build and Deploy Artifacts

First we need to prepare a build environment. Mac OS X is unlikely supported because we'll run through some tests that depends on the OS. Here I'm running on Ubuntu-14.04 (There's an issue for running on 16.04 traced by BIGTOP-2830).

No Format
cd ~/
docker run -ti -u jenkins -v $PWD:/tmp bigtop/slaves:trunk-ubuntu-14.04 bash -l
# The subsequence commands should be executed inside the docker container
cp -r /tmp/.gnupg ~/

Create a maven settings file ~/.m2/settings.xml with the following content:

...