A jenkins instance preconfigured to run for https://github.com/ci-pipeline/ci-pipeline
make build
-
You need to configure two env vars:
GIT_BASEURL
andGIT_REPOS
docker run -p 3333:8080 \ -v /var/run/docker.sock:/var/run/docker.sock \ -e GIT_BASEURL=<put base url here, e.g https://github.com> \ -e GIT_REPOS=<put comma seperated of repos here, e.g. mhewedy/spwrap,kubernetes/kubernetes > \ --restart=always \ -d ci-pipeline/jenkins
-
Login to Jenkins at IP:3333 and login with following credentials:
username:ci-pipeline
password: auto-generated (search for****** password: <the password>
in the logs) -
Optional: You might need to configure git credentials by creating a credentials by the id "ci-pipeline-git" see using credentials
-
Now go into each Jenkins repo and click Scan Multibranch Pipeline Log on the left