May 2018
Intermediate to advanced
256 pages
7h 6m
English
Visit Jenkins at http://jenkins:8080/, replacing jenkins with the hostname of your CI server. The Jenkins UI should come up, prompting you to create a new job.
Click on create new jobs:

Create a new freestyle project named openstack, as shown here:

Now, we'll specify the options for the project. First, under Source Code Management, select Git and specify http://localhost/git/openstack for your repository. (This assumes that you're using the Git server that we set up on the CI server. If you're using a remote Git repository, ...
Read now
Unlock full access