Book Image

Learning Yii Testing

Book Image

Learning Yii Testing

Overview of this book

Table of Contents (16 chapters)
Learning Yii Testing
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring the Jenkins build


The easiest way to configure the build is by starting with the jenkins-php project template. You can always import it separately and integrate it with your own project later.

The Integration page available at the jenkins-php website (http://jenkins-php.org/integration.html) will explain how to import the project. Remember to adjust the parameters to your own configuration.

Now go to the dashboard, click on the new project jenkins-php, and then select Configure from the menu.

If you've never used Jenkins, then you might get a little scared by the length of the configuration page. However, there are only three sections that you need to keep in mind, and we'll cover them now.

Generic build settings

Generic build settings contains settings for the enable/disable switch for the build, how many builds to keep, when to discard the build and the repository configuration, and so on.

If you're using Git, then you will have the ability to configure almost anything,such as being...