Post tagged: jenkins

Let's try Jenkins

Currently, I use Travis CI for my github projects. Well, it does the job, but I wanted to try another CI.
Jenkins is used where I work, so let's give it a try.

I chose to use the docker version:

docker pull jenkins
mkdir jenkins
docker run -d -p ...