13.7.2.2. Configuring Jenkins with Existing Applications
The following instructions describe how to configure Jenkins with an existing application. Note that Jenkins can be configured with both scalable and non-scalable applications.
Procedure 13.5. To Configure Jenkins with an Existing Application:
- Create the Jenkins application:
rhc app create App_Name jenkins-1
$ rhc app create App_Name jenkins-1Copy to Clipboard Copied! Toggle word wrap Toggle overflow Example 13.4. Creating Jenkins Applications
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add the Jenkins client cartridge to the specified application:
rhc cartridge add jenkins-client-1 -a App_Name
$ rhc cartridge add jenkins-client-1 -a App_NameCopy to Clipboard Copied! Toggle word wrap Toggle overflow Example 13.5. Adding Jenkins Client to Application
Copy to Clipboard Copied! Toggle word wrap Toggle overflow