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:

  1. Create the Jenkins application:
    $ rhc app create App_Name jenkins-1
    Copy to Clipboard Toggle word wrap

    Example 13.4. Creating Jenkins Applications

    $ rhc app create myjenkins jenkins-1
    Application Options
    -------------------
    Domain:     mydomain
    Cartridges: jenkins-1
    Gear Size:  default
    Scaling:    no
    
    Creating application 'myjenkins' ... done
    
      Jenkins created successfully.  Please make note of these credentials:
    
       User: admin
       Password: Zek_Mdtr86uq
    
    Note:  You can change your password at: https://myjenkins-mydomain.rhcloud.com/me/configure
    ........
    Run 'rhc show-app myjenkins' for more details about your app.
    
    
    Copy to Clipboard Toggle word wrap
  2. Add the Jenkins client cartridge to the specified application:
    $ rhc cartridge add jenkins-client-1 -a App_Name
    Copy to Clipboard Toggle word wrap

    Example 13.5. Adding Jenkins Client to Application

    $ rhc cartridge add jenkins-client-1 -a myapp
    Adding jenkins-client-1 to application 'myapp' ... done
    
    jenkins-client-1 (Jenkins Client)
    ---------------------------------
      Gears:   Located with php-5.4
      Job URL: https://myjenkins-mydomain.rhcloud.com/job/myapp-build/
    
    Associated with job 'myapp-build' in Jenkins server.
    
    
    Copy to Clipboard Toggle word wrap
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top